From 9fbc1bdc4b111e9ed71b8cf7c5ca1335f8a3c814 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 1 Nov 2022 20:55:24 -0700 Subject: libcompress-raw-bzip2-perl: upgrade 2.096 -> 2.201 https://metacpan.org/dist/Compress-Raw-Bzip2/changes License-Update: Update copyright years. 2.201 25 June 2022 * 2.201 Sat Jun 25 08:46:32 2022 +0100 92a318bb03b85e2dcb4991f4b958fbce6ce9913f * Add perl 5.36 Sun Jun 5 13:45:55 2022 +0100 23064d78dcd14f0898aeb64ce408914dac0805a0 * 2.103 3 April 2022 * Silence uninitialized warnings https://github.com/pmqs/Compress-Raw-Bzip2/pull/5 ff3d907325091287ac1525db384b99a968d763d7 641a440ec6229c1d368b9ead48f4968b955c0115 * 2.101 20 February 2021 * fix version numbers in meta files * 2.100 7 January 2021 * trim whitespace f5bb5c5d254f2a9ac6c6e67a5a4823d0f67e7ecb Signed-off-by: Tim Orling Signed-off-by: Khem Raj --- .../libcompress-raw-bzip2-perl_2.096.bb | 29 ---------------------- .../libcompress-raw-bzip2-perl_2.201.bb | 28 +++++++++++++++++++++ 2 files changed, 28 insertions(+), 29 deletions(-) delete mode 100644 meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb create mode 100644 meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.201.bb (limited to 'meta-perl/recipes-perl') 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 deleted file mode 100644 index 238c988850..0000000000 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "Low-Level Interface to bzip2 compression library" -DESCRIPTION = ""Compress::Raw::Bzip2" provides an interface to the in-memory \ -compression/uncompression functions from the bzip2 compression library." -HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Bzip2" -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" - -LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=33084b7f607ba5d38a64b22f8e332f87" - -SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz" - -SRC_URI[md5sum] = "4fdb7ea5071e4b774c52c37331386355" -SRC_URI[sha256sum] = "a564e7634eca7740c5487d01effe1461e9e51b8909e69b3d8f5be98997958cbe" - -DEPENDS += "bzip2" - -S = "${WORKDIR}/Compress-Raw-Bzip2-${PV}" - -inherit cpan - -export BUILD_BZIP2="0" -export BZIP2_INCLUDE="-I${STAGING_DIR_HOST}${includedir}" - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.201.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.201.bb new file mode 100644 index 0000000000..e7cc6a1699 --- /dev/null +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.201.bb @@ -0,0 +1,28 @@ +SUMMARY = "Low-Level Interface to bzip2 compression library" +DESCRIPTION = ""Compress::Raw::Bzip2" provides an interface to the in-memory \ +compression/uncompression functions from the bzip2 compression library." +HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Bzip2" +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" + +LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=3cca53585f3090f28fa8401bf1db9179" + +SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz" + +SRC_URI[sha256sum] = "6204b270806d924e124e406faf6bbc715f7bb461dfdbea722042325633be300a" + +DEPENDS += "bzip2" + +S = "${WORKDIR}/Compress-Raw-Bzip2-${PV}" + +inherit cpan + +export BUILD_BZIP2="0" +export BZIP2_INCLUDE="-I${STAGING_DIR_HOST}${includedir}" + +do_compile() { + export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" + cpan_do_compile +} + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf