summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lzip
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-01 09:33:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-05 12:49:56 +0000
commitfedeaf1b537824527f7cccc7ecdc5ae9a3d324c3 (patch)
tree23f5d80a912e11607855b356c4661efc44c00192 /meta/recipes-extended/lzip
parent60611f996e4392ef126f3ac9950a2c2beb6d9671 (diff)
downloadpoky-fedeaf1b537824527f7cccc7ecdc5ae9a3d324c3.tar.gz
lzip: upgrade 1.24.1 -> 1.25
License-Update: FSF web address added and postal address removed. (From OE-Core rev: 4270e8a6f07b9323f125da6795073f9b2fb18dd7) 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.25.bb (renamed from meta/recipes-extended/lzip/lzip_1.24.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lzip/lzip_1.24.1.bb b/meta/recipes-extended/lzip/lzip_1.25.bb
index 6eda012734..590e35cb75 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"
3DESCRIPTION = "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." 3DESCRIPTION = "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."
4SECTION = "console/utils" 4SECTION = "console/utils"
5LICENSE = "GPL-2.0-or-later" 5LICENSE = "GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=cca7f74ec83b7a9ce7ccd195aad471bd \
7 file://decoder.cc;beginline=3;endline=16;md5=18c279060cd0be128188404b45837f88 \ 7 file://decoder.cc;beginline=3;endline=16;md5=18c279060cd0be128188404b45837f88 \
8 " 8 "
9 9
10SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz" 10SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz"
11SRC_URI[sha256sum] = "30c9cb6a0605f479c496c376eb629a48b0a1696d167e3c1e090c5defa481b162" 11SRC_URI[sha256sum] = "09418a6d8fb83f5113f5bd856e09703df5d37bae0308c668d0f346e3d3f0a56f"
12 12
13B = "${WORKDIR}/build" 13B = "${WORKDIR}/build"
14do_configure[cleandirs] = "${B}" 14do_configure[cleandirs] = "${B}"