diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-03-24 08:25:34 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-23 21:46:12 -0700 |
commit | 68faf0807683e8663c8060eb3b065d42b0405c33 (patch) | |
tree | c1b147a243ec569153c801e89c05f3155b393f9a /meta-perl | |
parent | c7422e695cceec46d995f027e0c9662428d9d67c (diff) | |
download | meta-openembedded-68faf0807683e8663c8060eb3b065d42b0405c33.tar.gz |
libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204
Changelog:
===========
* Use GIMME_V instead of GIMME
54e3c1e18b61f0892056925240bbc80f76e2f038
License-Update: Copyright year updated to 2023.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r-- | meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.204.bb (renamed from meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.201.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.201.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.204.bb index a9a5570d3..c4b6a4bb7 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.201.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.204.bb | |||
@@ -5,11 +5,11 @@ HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Lzma" | |||
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=8f4f1603d6e92a381ce2f595ab3cafd5" | 8 | LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=b95311d4a7dbf3d0d3663edc094aced6" |
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Lzma-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Lzma-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "ccefd0c0379fae599e2f24570d51cdd8135c161519f7931f0b6cfcf0366094f1" | 12 | SRC_URI[sha256sum] = "b226d0648da3e7309387cd8d9cf629353593fd08bac29533f2559659ef7aac1a" |
13 | 13 | ||
14 | DEPENDS += "xz" | 14 | DEPENDS += "xz" |
15 | 15 | ||