From: Denys Dmytriyenko Date: Tue, 2 Apr 2024 02:17:35 +0000 (-0400) Subject: lzip: upgrade 1.24 -> 1.24.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8b8f975ff266b64abdc341f2cb2751c7e119ae9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lzip: upgrade 1.24 -> 1.24.1 * No changes have been made to the code. Just a compilation failure on MinGW has been fixed. (Caused by different mkdir signature in POSIX and Windows). Full changelog: https://lists.nongnu.org/archive/html/lzip-bug/2024-03/msg00003.html Signed-off-by: Denys Dmytriyenko Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/lzip/lzip_1.24.bb b/meta/recipes-extended/lzip/lzip_1.24.1.bb similarity index 93% rename from meta/recipes-extended/lzip/lzip_1.24.bb rename to meta/recipes-extended/lzip/lzip_1.24.1.bb index 73040a6f000..6eda0127345 100644 --- a/meta/recipes-extended/lzip/lzip_1.24.bb +++ b/meta/recipes-extended/lzip/lzip_1.24.1.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] = "d42659229b10e066eeb6e81eb673cdd893b672e512d26719c2d95975556ca56c" +SRC_URI[sha256sum] = "30c9cb6a0605f479c496c376eb629a48b0a1696d167e3c1e090c5defa481b162" B = "${WORKDIR}/build" do_configure[cleandirs] = "${B}"