summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lzip
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-02-08 16:26:34 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-10 10:29:13 +0000
commit7fd35357985fbe9575b2e2e51b4ebbd8e291265b (patch)
treebf8bd9a18609c8ffeaf271a5cef41cd594d39a70 /meta/recipes-extended/lzip
parent63a37426109911ad629454cae1b66a2e34c4a43e (diff)
downloadopenembedded-core-7fd35357985fbe9575b2e2e51b4ebbd8e291265b.tar.gz
lzip: upgrade 1.22 -> 1.23
Changelog: ========= * Decompression time has been reduced by 5-12% depending on the file. * main.cc (getnum): Show option name and valid range if error. * Improve several descriptions in manual, '--help', and man page. * lzip.texi: Change GNU Texinfo category to 'Compression'. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lzip')
-rw-r--r--meta/recipes-extended/lzip/lzip_1.23.bb (renamed from meta/recipes-extended/lzip/lzip_1.22.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lzip/lzip_1.22.bb b/meta/recipes-extended/lzip/lzip_1.23.bb
index 3360269454..2bd249e787 100644
--- a/meta/recipes-extended/lzip/lzip_1.22.bb
+++ b/meta/recipes-extended/lzip/lzip_1.23.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
"
SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz"
-SRC_URI[sha256sum] = "c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948"
+SRC_URI[sha256sum] = "4792c047ddf15ef29d55ba8e68a1a21e0cb7692d87ecdf7204419864582f280d"
B = "${WORKDIR}/build"
do_configure[cleandirs] = "${B}"