diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2021-01-19 14:45:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-20 22:46:17 +0000 |
commit | 4bcdfaca9e859cf101e17a80710e02a51ce7238a (patch) | |
tree | 91ef13ddf8c8df66b9191311ccb886fb1c6ae2f2 /meta/recipes-extended/lzip | |
parent | e2d2e65f81209ef3e630a94157b397fcc97ff2ba (diff) | |
download | poky-4bcdfaca9e859cf101e17a80710e02a51ce7238a.tar.gz |
lzip: upgrade 1.21 -> 1.22
License-Update: copyright years, formatting changes
(From OE-Core rev: ef26799535f4ada60e35c7fe48cce959ba632c78)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.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.22.bb (renamed from meta/recipes-extended/lzip/lzip_1.21.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/lzip/lzip_1.21.bb b/meta/recipes-extended/lzip/lzip_1.22.bb index bb3d2a6fe3..d21c36a3f4 100644 --- a/meta/recipes-extended/lzip/lzip_1.21.bb +++ b/meta/recipes-extended/lzip/lzip_1.22.bb | |||
@@ -3,11 +3,11 @@ HOMEPAGE = "http://lzip.nongnu.org/lzip.html" | |||
3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \ |
6 | file://decoder.cc;beginline=3;endline=16;md5=db09fe3f9573f94d0076f7f07959e6e1" | 6 | file://decoder.cc;beginline=3;endline=16;md5=18c279060cd0be128188404b45837f88 \ |
7 | " | ||
7 | 8 | ||
8 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz" | 9 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz" |
9 | SRC_URI[md5sum] = "c0061730d017ea593a09308edc547128" | 10 | SRC_URI[sha256sum] = "c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948" |
10 | SRC_URI[sha256sum] = "e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b" | ||
11 | 11 | ||
12 | B = "${WORKDIR}/build" | 12 | B = "${WORKDIR}/build" |
13 | do_configure[cleandirs] = "${B}" | 13 | do_configure[cleandirs] = "${B}" |