Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -8,4 +8,4 @@ config BR2_PACKAGE_LIBCONFUSE
|
||||
environment variable expansion, functions and nested include
|
||||
statements.
|
||||
|
||||
http://savannah.nongnu.org/download/confuse/
|
||||
https://github.com/martinh/libconfuse/
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# From https://github.com/martinh/libconfuse/releases/download/v3.0/confuse-3.0.tar.xz.md5, sha256 locally computed.
|
||||
md5 c534b51a2118ed57031dc548032304a3 confuse-3.0.tar.xz
|
||||
sha256 bb75174e02aa8b44fa1a872a47beeea1f5fe715ab669694c97803eb6127cc861 confuse-3.0.tar.xz
|
||||
# From https://github.com/martinh/libconfuse/releases/download/v3.2/confuse-3.2.tar.xz.md5
|
||||
md5 84259ac3bd495645ab2fe61654917232 confuse-3.2.tar.xz
|
||||
# Locally computed
|
||||
sha256 a46abb8696026d314197b6a70ae1a1c296342a9a68aa69b1935709c1477a4e48 confuse-3.1.tar.xz
|
||||
|
||||
@@ -4,19 +4,14 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBCONFUSE_VERSION = 3.0
|
||||
LIBCONFUSE_VERSION = 3.2
|
||||
LIBCONFUSE_SOURCE = confuse-$(LIBCONFUSE_VERSION).tar.xz
|
||||
LIBCONFUSE_SITE = https://github.com/martinh/libconfuse/releases/download/v$(LIBCONFUSE_VERSION)
|
||||
LIBCONFUSE_INSTALL_STAGING = YES
|
||||
LIBCONFUSE_CONF_OPTS = --disable-rpath
|
||||
LIBCONFUSE_DEPENDENCIES = host-flex
|
||||
HOST_LIBCONFUSE_DEPENDENCIES = host-flex
|
||||
LIBCONFUSE_LICENSE = ISC
|
||||
LIBCONFUSE_LICENSE_FILES = LICENSE
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GETTEXT),y)
|
||||
LIBCONFUSE_DEPENDENCIES += gettext
|
||||
endif
|
||||
LIBCONFUSE_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user