Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
config BR2_PACKAGE_LIBTOOL
|
||||
bool "libtool"
|
||||
help
|
||||
Library that hides the complexity of using shared/static libraries
|
||||
on different platforms behind a consistent, portable interface.
|
||||
Library that hides the complexity of using shared/static
|
||||
libraries on different platforms behind a consistent, portable
|
||||
interface.
|
||||
|
||||
http://www.gnu.org/software/libtool/
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f libtool-2.4.6.tar.xz
|
||||
# License files, locally calculated
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
||||
@@ -11,7 +11,7 @@ LIBTOOL_INSTALL_STAGING = YES
|
||||
LIBTOOL_CONF_ENV = HELP2MAN=true
|
||||
LIBTOOL_DEPENDENCIES = host-m4
|
||||
HOST_LIBTOOL_DEPENDENCIES = host-m4
|
||||
LIBTOOL_LICENSE = GPLv2+
|
||||
LIBTOOL_LICENSE = GPL-2.0+
|
||||
LIBTOOL_LICENSE_FILES = COPYING
|
||||
|
||||
HOST_LIBTOOL_CONF_ENV = MAKEINFO=true
|
||||
@@ -41,5 +41,5 @@ $(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
# variables used by other packages
|
||||
LIBTOOL = $(HOST_DIR)/usr/bin/libtool
|
||||
LIBTOOLIZE = $(HOST_DIR)/usr/bin/libtoolize
|
||||
LIBTOOL = $(HOST_DIR)/bin/libtool
|
||||
LIBTOOLIZE = $(HOST_DIR)/bin/libtoolize
|
||||
|
||||
Reference in New Issue
Block a user