From c2bf93c8d038310490ad5a4db43d22aea83a8c8f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 5 Feb 2026 13:14:18 +0800 Subject: libio-compress-perl: upgrade 2.214 -> 2.217 License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libio/libio-compress-perl_2.214.bb | 49 ---------------------- .../libio/libio-compress-perl_2.217.bb | 49 ++++++++++++++++++++++ 2 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 meta-perl/recipes-perl/libio/libio-compress-perl_2.214.bb create mode 100644 meta-perl/recipes-perl/libio/libio-compress-perl_2.217.bb diff --git a/meta-perl/recipes-perl/libio/libio-compress-perl_2.214.bb b/meta-perl/recipes-perl/libio/libio-compress-perl_2.214.bb deleted file mode 100644 index bb49841422..0000000000 --- a/meta-perl/recipes-perl/libio/libio-compress-perl_2.214.bb +++ /dev/null @@ -1,49 +0,0 @@ -SUMMARY = "Perl interface to allow reading and writing of compressed data." -DESCRIPTION = "This distribution provides a Perl interface to allow reading \ -and writing of compressed data created with the zlib and bzip2. \ -\ -IO-Compress supports reading and writing of the following compressed data \ -formats \ - * bzip2 \ - * RFC 1950 \ - * RFC 1951 \ - * RFC 1952 (i.e. gzip) \ - * zip \ -" -HOMEPAGE = "https://metacpan.org/release/IO-Compress" -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" - -LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=6af707e7b2ec1d8f995b973c427fb244" - -SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-${PV}.tar.gz" - -SRC_URI[sha256sum] = "0cfbc4b4ac9b28f7cbf22f114e09c9a49ace9e0b6c3778432afa2cde55512d69" - -S = "${UNPACKDIR}/IO-Compress-${PV}" - -inherit cpan - -RDEPENDS:${PN} += "\ - perl-module-bytes \ - perl-module-cwd \ - perl-module-encode \ - perl-module-file-glob \ - perl-module-file-spec \ - perl-module-posix \ - perl-module-scalar-util \ - perl-module-time-local \ - perl-module-utf8 \ - libcompress-raw-bzip2-perl \ - libcompress-raw-zlib-perl \ -" - -inherit update-alternatives - -ALTERNATIVE_PRIORITY = "39" - -ALTERNATIVE:${PN} = "streamzip zipdetails" -ALTERNATIVE_LINK_NAME[streamzip] = "${bindir}/streamzip" -ALTERNATIVE_LINK_NAME[zipdetails] = "${bindir}/zipdetails" - -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libio/libio-compress-perl_2.217.bb b/meta-perl/recipes-perl/libio/libio-compress-perl_2.217.bb new file mode 100644 index 0000000000..3b9784d1dd --- /dev/null +++ b/meta-perl/recipes-perl/libio/libio-compress-perl_2.217.bb @@ -0,0 +1,49 @@ +SUMMARY = "Perl interface to allow reading and writing of compressed data." +DESCRIPTION = "This distribution provides a Perl interface to allow reading \ +and writing of compressed data created with the zlib and bzip2. \ +\ +IO-Compress supports reading and writing of the following compressed data \ +formats \ + * bzip2 \ + * RFC 1950 \ + * RFC 1951 \ + * RFC 1952 (i.e. gzip) \ + * zip \ +" +HOMEPAGE = "https://metacpan.org/release/IO-Compress" +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" + +LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=a05fdd79b87a410b6178b73126ffafdd" + +SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-${PV}.tar.gz" + +SRC_URI[sha256sum] = "4d075e04eeef3c451f5e7f572ebd695738bad033e8cd32cf519c68edb3f39dc7" + +S = "${UNPACKDIR}/IO-Compress-${PV}" + +inherit cpan + +RDEPENDS:${PN} += "\ + perl-module-bytes \ + perl-module-cwd \ + perl-module-encode \ + perl-module-file-glob \ + perl-module-file-spec \ + perl-module-posix \ + perl-module-scalar-util \ + perl-module-time-local \ + perl-module-utf8 \ + libcompress-raw-bzip2-perl \ + libcompress-raw-zlib-perl \ +" + +inherit update-alternatives + +ALTERNATIVE_PRIORITY = "39" + +ALTERNATIVE:${PN} = "streamzip zipdetails" +ALTERNATIVE_LINK_NAME[streamzip] = "${bindir}/streamzip" +ALTERNATIVE_LINK_NAME[zipdetails] = "${bindir}/zipdetails" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf