Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
config BR2_PACKAGE_SYSSTAT
|
||||
bool "sysstat"
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
# Uses fork()
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
The sysstat utilities are a collection of performance
|
||||
monitoring tools for Linux. These include sar, sadf, mpstat,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# From: http://sebastien.godard.pagesperso-orange.fr/download.html
|
||||
sha1 805002b2bef00cd9ab44c5037d09b29cb71a17f8 sysstat-11.4.3.tar.xz
|
||||
sha1 2eb3d20016084c9e6ff94c9b2f3b2ada7e8d26c6 sysstat-11.6.1.tar.xz
|
||||
# Locally calculated
|
||||
sha256 02e9cafa5557fbae435d33e592373655df929d817ae711d31142dd2f7d4dcee7 sysstat-11.4.3.tar.xz
|
||||
sha256 4b2a2cfa8c8fe6ae0155e168ed9a7066caebc3ecb903b0e64a9ede28ecb68fcb sysstat-11.6.1.tar.xz
|
||||
sha256 db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73 COPYING
|
||||
|
||||
@@ -4,21 +4,13 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SYSSTAT_VERSION = 11.4.3
|
||||
SYSSTAT_VERSION = 11.6.1
|
||||
SYSSTAT_SOURCE = sysstat-$(SYSSTAT_VERSION).tar.xz
|
||||
SYSSTAT_SITE = http://pagesperso-orange.fr/sebastien.godard
|
||||
SYSSTAT_CONF_OPTS = --disable-man-group --disable-sensors
|
||||
SYSSTAT_DEPENDENCIES = host-gettext
|
||||
SYSSTAT_LICENSE = GPLv2+
|
||||
SYSSTAT_CONF_OPTS = --disable-file-attr --disable-sensors
|
||||
SYSSTAT_DEPENDENCIES = host-gettext $(TARGET_NLS_DEPENDENCIES)
|
||||
SYSSTAT_LICENSE = GPL-2.0+
|
||||
SYSSTAT_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
|
||||
SYSSTAT_DEPENDENCIES += gettext
|
||||
SYSSTAT_MAKE_OPTS += LFLAGS="$(TARGET_LDFLAGS) -lintl"
|
||||
endif
|
||||
|
||||
# The isag tool is a post processing script that depends on tcl/tk
|
||||
# among other things. So we don't install it.
|
||||
SYSSTAT_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) INSTALL_ISAG=n install
|
||||
SYSSTAT_MAKE_OPTS += LFLAGS="$(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)"
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user