diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-10-30 18:44:34 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-10-30 23:01:26 -0700 |
commit | 5c927fc443606ae6c2ce0fa680935b53666dd8b6 (patch) | |
tree | aad3083e4e242446920e515d00a414f35ae89cbf /meta-perl | |
parent | 74c84f4c1159310e8e1e03d20a57aa4ab009fc9d (diff) | |
download | meta-openembedded-5c927fc443606ae6c2ce0fa680935b53666dd8b6.tar.gz |
libcompress-raw-*-perl: cleanup; fixes
* Add SUMMARY
* Fix HOMEPAGE
* Fix RDEPENDS
* Use README for LIC_FILES_CHKSUM
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
3 files changed, 21 insertions, 25 deletions
diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb index ef69987ea3..238c988850 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb | |||
@@ -1,16 +1,13 @@ | |||
1 | SUMMARY = "Low-Level Interface to bzip2 compression library" | ||
1 | DESCRIPTION = ""Compress::Raw::Bzip2" provides an interface to the in-memory \ | 2 | DESCRIPTION = ""Compress::Raw::Bzip2" provides an interface to the in-memory \ |
2 | compression/uncompression functions from the bzip2 compression library." | 3 | compression/uncompression functions from the bzip2 compression library." |
3 | 4 | HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Bzip2" | |
4 | SECTION = "libs" | 5 | SECTION = "libs" |
5 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
6 | 7 | ||
7 | MAINTAINER= "Poky <poky@yoctoproject.org>" | 8 | LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=33084b7f607ba5d38a64b22f8e332f87" |
8 | HOMEPAGE= "https://metacpan.org/release/Compress-Raw-Bzip2" | ||
9 | |||
10 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ | ||
11 | file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" | ||
12 | 9 | ||
13 | SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-2.096.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz" |
14 | 11 | ||
15 | SRC_URI[md5sum] = "4fdb7ea5071e4b774c52c37331386355" | 12 | SRC_URI[md5sum] = "4fdb7ea5071e4b774c52c37331386355" |
16 | SRC_URI[sha256sum] = "a564e7634eca7740c5487d01effe1461e9e51b8909e69b3d8f5be98997958cbe" | 13 | SRC_URI[sha256sum] = "a564e7634eca7740c5487d01effe1461e9e51b8909e69b3d8f5be98997958cbe" |
diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb index 04295cd3c6..0cd876be45 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb | |||
@@ -1,16 +1,13 @@ | |||
1 | DESCRIPTION = ""Compress::Raw::Lzma" provides an interface to the in-memory \ | 1 | SUMMARY = "Low-Level Interface to lzma compresion library." |
2 | compression/uncompression functions from the lzma compression library." | 2 | DESCRIPTION = "This module provides a Perl interface to allow reading and \ |
3 | 3 | wrting of lzma, lzip and xz files/buffers." | |
4 | HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Lzma" | ||
4 | SECTION = "libs" | 5 | SECTION = "libs" |
5 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
6 | 7 | ||
7 | MAINTAINER= "Poky <poky@yoctoproject.org>" | 8 | LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=2d411393b876fe63f9f1d546363f1a47" |
8 | HOMEPAGE= "https://metacpan.org/release/Compress-Raw-Lzma" | ||
9 | |||
10 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ | ||
11 | file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" | ||
12 | 9 | ||
13 | SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Lzma-2.096.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Lzma-${PV}.tar.gz" |
14 | 11 | ||
15 | SRC_URI[md5sum] = "b5079bb43712fcd1e74b80777fa376ed" | 12 | SRC_URI[md5sum] = "b5079bb43712fcd1e74b80777fa376ed" |
16 | SRC_URI[sha256sum] = "f3afb267b1303b0f125976e9e4a70c6a4a205e35e7c99b408911f5e5c6578217" | 13 | SRC_URI[sha256sum] = "f3afb267b1303b0f125976e9e4a70c6a4a205e35e7c99b408911f5e5c6578217" |
@@ -21,6 +18,10 @@ S = "${WORKDIR}/Compress-Raw-Lzma-${PV}" | |||
21 | 18 | ||
22 | inherit cpan | 19 | inherit cpan |
23 | 20 | ||
21 | RDEPENDS:${PN} += "\ | ||
22 | perl-module-universal \ | ||
23 | " | ||
24 | |||
24 | export LIBLZMA_INCLUDE="-I${STAGING_DIR_HOST}${includedir}" | 25 | export LIBLZMA_INCLUDE="-I${STAGING_DIR_HOST}${includedir}" |
25 | export LIBLZMA_LIB="-I${STAGING_DIR_HOST}${libdir}" | 26 | export LIBLZMA_LIB="-I${STAGING_DIR_HOST}${libdir}" |
26 | 27 | ||
diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.096.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.096.bb index 81c370df2a..dcd5badab9 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.096.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.096.bb | |||
@@ -1,16 +1,14 @@ | |||
1 | DESCRIPTION = "The *Compress::Raw::Zlib* module provides a Perl interface to the *zlib* \ | 1 | SUMMARY = "Perl interface to the zlib compression library." |
2 | compression library (see "AUTHOR" for details about where to get *zlib*)." | 2 | DESCRIPTION = "The Compress::Raw::Zlib module provides a Perl interface \ |
3 | 3 | to the zlib compression library (see 'AUTHOR' for details about where to \ | |
4 | get zlib)." | ||
5 | HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Zlib" | ||
4 | SECTION = "libs" | 6 | SECTION = "libs" |
5 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
6 | 8 | ||
7 | MAINTAINER= "Poky <poky@yoctoproject.org>" | 9 | LIC_FILES_CHKSUM = "file://README;beginline=8;endline=17;md5=603fa463887aed6bb3f6f2a999aca775" |
8 | HOMEPAGE= "https://metacpan.org/release/Compress-Raw-Zlib" | ||
9 | |||
10 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ | ||
11 | file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" | ||
12 | 10 | ||
13 | SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-2.096.tar.gz" | 11 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Zlib-${PV}.tar.gz" |
14 | 12 | ||
15 | SRC_URI[md5sum] = "4144ecdd901231553447998cf8035e4a" | 13 | SRC_URI[md5sum] = "4144ecdd901231553447998cf8035e4a" |
16 | SRC_URI[sha256sum] = "cd4cba20c159a7748b8bc91278524a7da70573d9531fde62298609a5f1c65912" | 14 | SRC_URI[sha256sum] = "cd4cba20c159a7748b8bc91278524a7da70573d9531fde62298609a5f1c65912" |