diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-01-05 11:00:46 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-08 11:57:52 +0100 |
commit | 19e2acce0e7fec6a9aaa9d3123c17d329edde836 (patch) | |
tree | 113a87fb9ea261e90f00a7b8c24929c027b97751 /meta-oe/recipes-support/lzip | |
parent | 4577befd3b319379ee8515339d0b593045a8ca30 (diff) | |
download | meta-openembedded-19e2acce0e7fec6a9aaa9d3123c17d329edde836.tar.gz |
lzip: update to 1.16
* License changed to GPLv2+
* Trim SUMMARY
* gz file is definitely being provided for download upstream, so drop
comment saying it isn't
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/lzip')
-rw-r--r-- | meta-oe/recipes-support/lzip/lzip_1.16.bb (renamed from meta-oe/recipes-support/lzip/lzip_1.15.bb) | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/lzip/lzip_1.15.bb b/meta-oe/recipes-support/lzip/lzip_1.16.bb index 3d646953b..af0b6ae8e 100644 --- a/meta-oe/recipes-support/lzip/lzip_1.15.bb +++ b/meta-oe/recipes-support/lzip/lzip_1.16.bb | |||
@@ -1,16 +1,14 @@ | |||
1 | SUMMARY = "Lzip is a lossless data compressor based on the LZMA algorithm" | 1 | SUMMARY = "Lossless data compressor based on the LZMA algorithm" |
2 | HOMEPAGE = "http://lzip.nongnu.org/lzip.html" | 2 | HOMEPAGE = "http://lzip.nongnu.org/lzip.html" |
3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \ |
6 | file://decoder.cc;endline=16;md5=0809128ac32163252846e09a70c8b80b" | ||
6 | 7 | ||
7 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz" | 8 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz" |
8 | 9 | ||
9 | # Only the latest version is available in .tar.gz format from savannah.gnu.org, | 10 | SRC_URI[md5sum] = "716a9876dc595ec52d4f3bda81e42471" |
10 | # FreeBSD distfiles is known to have version 1.13. | 11 | SRC_URI[sha256sum] = "128cc25baf92c8b69700831e6f984d954016318cc78edca87870d0c033112751" |
11 | |||
12 | SRC_URI[md5sum] = "e83a364c8544fc66cccb552369d93220" | ||
13 | SRC_URI[sha256sum] = "7cd3fcda68fc9900efcf7784313e3bdd1303fef1a0546db9723f5e5564dd05b6" | ||
14 | 12 | ||
15 | CONFIGUREOPTS = "\ | 13 | CONFIGUREOPTS = "\ |
16 | '--srcdir=${S}' \ | 14 | '--srcdir=${S}' \ |