From: wangmy Date: Tue, 8 Feb 2022 08:26:34 +0000 (+0800) Subject: lzip: upgrade 1.22 -> 1.23 X-Git-Tag: uninative-3.5~16 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7fd35357985fbe9575b2e2e51b4ebbd8e291265b;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/lzip/lzip_1.22.bb b/meta/recipes-extended/lzip/lzip_1.23.bb similarity index 93% rename from meta/recipes-extended/lzip/lzip_1.22.bb rename to 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}"