summaryrefslogtreecommitdiffstats
path: root/package/vnstat
Commit message (Collapse)AuthorAgeFilesLines
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vnstat: bump to version 1.17Rodrigo Rebello2017-03-253-61/+2
| | | | | | | | | | | Also remove patch that has been merged upstream, disable AUTORECONF since we're no longer patching configure.ac and get rid of hack involving the install target as the 'install-data-hook' in Makefile.am now avoids running 'vnstat --showconfig' on the host in case of cross-compilation. Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vnstat: needs host-pkgconfJörg Krause2016-04-131-1/+2
| | | | | | | | | | | | | vnstat uses the PKG_CHECK_MODULES macro and therefore requires pkg-config. Note that for adding the dependency gd to VNSTAT_DEPENDENCIES the assignment was changed from '=' to '+='. Fixes: http://autobuild.buildroot.net/results/4dd/4ddb0d7d7fe2509ff9c4753d918e0bebd7725c13/ Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vnstat: bump to version 1.15Rodrigo Rebello2015-12-234-44/+64
| | | | | | | | | | | | Also: - Remove no longer needed patch (merged upstream). - Adapt vnstat.mk to the new autotools-based build system. - Include patch to improve gd library usability check + add configure option to explicitly disable that check. Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vnstat: add upstream patch to fix build with muslRodrigo Rebello2015-12-171-0/+28
| | | | | | | | | | | | | | | | The header file 'fcntl.h' was missing from 'src/common.h', which caused the build with musl to fail with undeclared symbol errors like the following: dbaccess.c: In function ‘backupdb’: dbaccess.c:268:25: error: ‘O_RDONLY’ undeclared (first use in this function) if ((c = open(current, O_RDONLY)) == -1) { ^ This has already been fixed upstream, so the included patch must be dropped on the next version bump. Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vnstat: bump to version 1.14Rodrigo Rebello2015-12-173-7/+13
| | | | | | | | Also add new dependency on BR2_USE_WCHAR (version 1.14 uses mbstowcs()) and rewrap help text to 72 characters. Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/vnstat: New packageBernd Kuhls2015-01-103-0/+43
[Thomas: - Rename the VNSTAT_INSTALL_VNSTATI to VNSTAT_INSTALL_VNSTATI_CMDS, and use 'define ... endef'. - Use full paths for the destinations when using $(INSTALL)] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud