Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -5,10 +5,11 @@ config BR2_PACKAGE_LZIP
|
||||
bool "lzip"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
Lzip is a lossless data compressor with a user interface similar
|
||||
to the one of gzip or bzip2.
|
||||
Lzip is a lossless data compressor with a user interface
|
||||
similar to the one of gzip or bzip2.
|
||||
Lzip is about as fast as gzip, compresses most files more than
|
||||
bzip2, and is better than both from a data recovery perspective.
|
||||
Lzip is a clean implementation of the LZMA algorithm.
|
||||
bzip2, and is better than both from a data recovery
|
||||
perspective. Lzip is a clean implementation of the LZMA
|
||||
algorithm.
|
||||
|
||||
http://www.nongnu.org/lzip/lzip.html
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
# From http://lists.nongnu.org/archive/html/lzip-bug/2016-06/msg00002.html
|
||||
sha1 ef42f3209d02c3b3c217a61c8f127bcb8747b128 lzip-1.18.tar.gz
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 47f9882a104ab05532f467a7b8f4ddbb898fa2f1e8d9d468556d6c2d04db14dd lzip-1.18.tar.gz
|
||||
# From http://lists.nongnu.org/archive/html/lzip-bug/2017-05/msg00000.html
|
||||
sha256 ffadc4f56be1bc0d3ae155ec4527bd003133bdc703a753b2cc683f610e646ba9 lzip-1.19.tar.gz
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LZIP_VERSION = 1.18
|
||||
LZIP_VERSION = 1.19
|
||||
LZIP_SITE = http://download.savannah.gnu.org/releases/lzip
|
||||
LZIP_LICENSE = GPLv2+
|
||||
LZIP_LICENSE = GPL-2.0+
|
||||
LZIP_LICENSE_FILES = COPYING
|
||||
|
||||
define LZIP_CONFIGURE_CMDS
|
||||
@@ -15,7 +15,7 @@ define LZIP_CONFIGURE_CMDS
|
||||
endef
|
||||
|
||||
define HOST_LZIP_CONFIGURE_CMDS
|
||||
(cd $(@D); $(HOST_MAKE_ENV) ./configure --prefix=/usr \
|
||||
(cd $(@D); $(HOST_MAKE_ENV) ./configure --prefix=$(HOST_DIR) \
|
||||
$(HOST_CONFIGURE_OPTS) )
|
||||
endef
|
||||
|
||||
@@ -32,7 +32,7 @@ define LZIP_INSTALL_TARGET_CMDS
|
||||
endef
|
||||
|
||||
define HOST_LZIP_INSTALL_CMDS
|
||||
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(HOST_DIR) install
|
||||
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) install
|
||||
endef
|
||||
|
||||
# It's not autotools-based
|
||||
|
||||
Reference in New Issue
Block a user