Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -4,10 +4,19 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XORRISO_VERSION = 1.3.8
|
||||
XORRISO_VERSION = 1.4.2
|
||||
XORRISO_SITE = $(BR2_GNU_MIRROR)/xorriso
|
||||
XORRISO_LICENSE = GPLv3+
|
||||
XORRISO_LICENSE_FILES = COPYING COPYRIGHT
|
||||
# Disable everything until we actually need those features, and add the correct
|
||||
# host libraries
|
||||
HOST_XORRISO_CONF_OPTS = \
|
||||
--disable-zlib \
|
||||
--disable-bzip2 \
|
||||
--disable-libcdio \
|
||||
--disable-libreadline \
|
||||
--disable-libedit \
|
||||
--disable-libacl
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||
XORRISO_DEPENDENCIES += libiconv
|
||||
@@ -64,3 +73,4 @@ XORRISO_CONF_OPTS += --disable-jtethreads
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user