Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBNFTNL_VERSION = 1.0.7
|
||||
LIBNFTNL_VERSION = 1.0.9
|
||||
LIBNFTNL_SITE = http://netfilter.org/projects/libnftnl/files
|
||||
LIBNFTNL_SOURCE = libnftnl-$(LIBNFTNL_VERSION).tar.bz2
|
||||
LIBNFTNL_LICENSE = GPLv2+
|
||||
LIBNFTNL_LICENSE = GPL-2.0+
|
||||
LIBNFTNL_LICENSE_FILES = COPYING
|
||||
LIBNFTNL_INSTALL_STAGING = YES
|
||||
LIBNFTNL_DEPENDENCIES = host-pkgconf libmnl
|
||||
@@ -19,11 +19,4 @@ else
|
||||
LIBNFTNL_CONF_OPTS += --without-json-parsing
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBNFTNL_XML),y)
|
||||
LIBNFTNL_CONF_OPTS += --with-xml-parsing
|
||||
LIBNFTNL_DEPENDENCIES += mxml
|
||||
else
|
||||
LIBNFTNL_CONF_OPTS += --without-xml-parsing
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user