From: Richard Purdie Date: Sat, 1 Feb 2025 09:33:29 +0000 (+0000) Subject: lzip: upgrade 1.24.1 -> 1.25 X-Git-Tag: yocto-5.2~585 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4270e8a6f07b9323f125da6795073f9b2fb18dd7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lzip: upgrade 1.24.1 -> 1.25 License-Update: FSF web address added and postal address removed. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/lzip/lzip_1.24.1.bb b/meta/recipes-extended/lzip/lzip_1.25.bb similarity index 88% rename from meta/recipes-extended/lzip/lzip_1.24.1.bb rename to meta/recipes-extended/lzip/lzip_1.25.bb index 6eda0127345..590e35cb75d 100644 --- a/meta/recipes-extended/lzip/lzip_1.24.1.bb +++ b/meta/recipes-extended/lzip/lzip_1.25.bb @@ -3,12 +3,12 @@ HOMEPAGE = "http://lzip.nongnu.org/lzip.html" DESCRIPTION = "Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2. Lzip uses a simplified form of the Lempel-Ziv-Markov chain-Algorithm (LZMA) stream format, chosen to maximize safety and interoperability." SECTION = "console/utils" LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \ +LIC_FILES_CHKSUM = "file://COPYING;md5=cca7f74ec83b7a9ce7ccd195aad471bd \ file://decoder.cc;beginline=3;endline=16;md5=18c279060cd0be128188404b45837f88 \ " SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz" -SRC_URI[sha256sum] = "30c9cb6a0605f479c496c376eb629a48b0a1696d167e3c1e090c5defa481b162" +SRC_URI[sha256sum] = "09418a6d8fb83f5113f5bd856e09703df5d37bae0308c668d0f346e3d3f0a56f" B = "${WORKDIR}/build" do_configure[cleandirs] = "${B}"