Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
RRDTOOL_VERSION = 1.6.0
|
||||
RRDTOOL_SITE = http://oss.oetiker.ch/rrdtool/pub
|
||||
RRDTOOL_LICENSE = GPLv2+ with FLOSS license exceptions as explained in COPYRIGHT
|
||||
RRDTOOL_LICENSE = GPL-2.0+ with FLOSS license exceptions as explained in COPYRIGHT
|
||||
RRDTOOL_LICENSE_FILES = COPYRIGHT LICENSE
|
||||
RRDTOOL_DEPENDENCIES = host-pkgconf libglib2
|
||||
RRDTOOL_DEPENDENCIES = host-pkgconf libglib2 $(TARGET_NLS_DEPENDENCIES)
|
||||
# autoreconf needed to avoid link failure due to missing -lintl,
|
||||
# gettextize needed as a consequence of autoreconf
|
||||
RRDTOOL_AUTORECONF = YES
|
||||
@@ -25,11 +25,6 @@ RRDTOOL_CONF_OPTS = \
|
||||
--disable-ruby \
|
||||
--disable-tcl
|
||||
|
||||
|
||||
ifeq ($(BR2_NEEDS_GETTEXT),y)
|
||||
RRDTOOL_DEPENDENCIES += gettext
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_RRDTOOL_RRDGRAPH),y)
|
||||
RRDTOOL_DEPENDENCIES += cairo pango
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user