From 2b5ca7abffd3e5b25d8b439951f35d9b70ebf37a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 1 Aug 2023 15:41:27 +0800 Subject: libio-compress-lzma-perl: upgrade 2.204 -> 2.206 Changelog: =========== * drop rt.cpan from SUPPORT section * add perl 5.38 * add on workflow_dispatch * Add some OO examples Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libio/libio-compress-lzma-perl_2.204.bb | 24 ---------------------- .../libio/libio-compress-lzma-perl_2.206.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.204.bb create mode 100644 meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.206.bb (limited to 'meta-perl/recipes-perl') diff --git a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.204.bb b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.204.bb deleted file mode 100644 index 13c17b9bba..0000000000 --- a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.204.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Perl interface to allow reading and writing of lzma files/buffers." -DESCRIPTION = "This module provides a Perl interface to allow reading and \ -writing of lzma files/buffers." -HOMEPAGE = "https://metacpan.org/release/IO-Compress-Lzma" -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" - -LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=b95311d4a7dbf3d0d3663edc094aced6" - -SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz" - -SRC_URI[sha256sum] = "1e7a4c4f4e665434df59246b19d168b08af2f1aeebaa08937bd69ad3e5e319c8" - -S = "${WORKDIR}/IO-Compress-Lzma-${PV}" - -inherit cpan - -RDEPENDS:${PN} += "\ - perl-module-autoloader \ - libcompress-raw-lzma-perl \ - libio-compress-perl \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.206.bb b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.206.bb new file mode 100644 index 0000000000..1959df5e04 --- /dev/null +++ b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.206.bb @@ -0,0 +1,24 @@ +SUMMARY = "Perl interface to allow reading and writing of lzma files/buffers." +DESCRIPTION = "This module provides a Perl interface to allow reading and \ +writing of lzma files/buffers." +HOMEPAGE = "https://metacpan.org/release/IO-Compress-Lzma" +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" + +LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=b95311d4a7dbf3d0d3663edc094aced6" + +SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz" + +SRC_URI[sha256sum] = "6c600f9bbb1a2d834b1decd0bd5863dcea52e0ac17de101b5085e0e3cb27285c" + +S = "${WORKDIR}/IO-Compress-Lzma-${PV}" + +inherit cpan + +RDEPENDS:${PN} += "\ + perl-module-autoloader \ + libcompress-raw-lzma-perl \ + libio-compress-perl \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf