From 926bcef2ed68f8fa88e6922c5bf9b85395f078ec Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 1 Nov 2022 20:55:25 -0700 Subject: libcompress-raw-lzma-perl: upgrade 2.096 -> 2.201 https://metacpan.org/dist/Compress-Raw-Lzma/changes License-Update: Update copyright years. * 2.201 25 June 2022 * 2.201 Sat Jun 25 09:50:04 2022 +0100 367f6414d5eb54e5f0d1d07ceb1c909ce5ac84d8 * 2.103 3 April 2022 * No changes * 2.101 20 February 2021 * fix version numbers in meta files * 2.100 7 January 2021 * Expose liblzma's 'preset_dict' feature https://github.com/pmqs/Compress-Raw-Lzma/pull/6 4d9d4e596c4f567c87626a827e39c4435e62472d fix typo dc394d53b0575edf8f72e28829a2ff9faea7e729 Add t/10preset_dict.t c5afb68e2a3a4b2fc4e548ffa61d2a3a383b5c96 Add cast to deRef 32f9085aba510c4d99d4a374406e734b13b82eef fix minor typos 55b8d6a6f65a1d6426c55f5b51aefdba6dabfbb3 fix merge issue 9eb88de7abaaefe736d475260c73de525e7ae39f Merge branch 'master' of https://github.com/pmqs/Compress-Raw-Lzma 3432a769b283ac5dc9fd757e973cc8aefc1e2345 Merge pull request #6 from anall/wip/preset_dictionary 68fe695c16b14a983f39c8c8567557148bbc43ca Expose the preset_dict feature from liblzma when creating a Lzma filter * trim whitespace 4ca252f1e1d740489dbd3736ab1f74e1492dff6d Signed-off-by: Tim Orling Signed-off-by: Khem Raj --- .../libcompress/libcompress-raw-lzma-perl_2.096.bb | 33 ---------------------- .../libcompress/libcompress-raw-lzma-perl_2.201.bb | 32 +++++++++++++++++++++ 2 files changed, 32 insertions(+), 33 deletions(-) delete mode 100644 meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb create mode 100644 meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.201.bb (limited to 'meta-perl') 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 deleted file mode 100644 index 0cd876be45..0000000000 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb +++ /dev/null @@ -1,33 +0,0 @@ -SUMMARY = "Low-Level Interface to lzma compresion library." -DESCRIPTION = "This module provides a Perl interface to allow reading and \ -wrting of lzma, lzip and xz files/buffers." -HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Lzma" -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" - -LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=2d411393b876fe63f9f1d546363f1a47" - -SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Lzma-${PV}.tar.gz" - -SRC_URI[md5sum] = "b5079bb43712fcd1e74b80777fa376ed" -SRC_URI[sha256sum] = "f3afb267b1303b0f125976e9e4a70c6a4a205e35e7c99b408911f5e5c6578217" - -DEPENDS += "xz" - -S = "${WORKDIR}/Compress-Raw-Lzma-${PV}" - -inherit cpan - -RDEPENDS:${PN} += "\ - perl-module-universal \ -" - -export LIBLZMA_INCLUDE="-I${STAGING_DIR_HOST}${includedir}" -export LIBLZMA_LIB="-I${STAGING_DIR_HOST}${libdir}" - -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-lzma-perl_2.201.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.201.bb new file mode 100644 index 0000000000..a9a5570d39 --- /dev/null +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.201.bb @@ -0,0 +1,32 @@ +SUMMARY = "Low-Level Interface to lzma compresion library." +DESCRIPTION = "This module provides a Perl interface to allow reading and \ +wrting of lzma, lzip and xz files/buffers." +HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Lzma" +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" + +LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=8f4f1603d6e92a381ce2f595ab3cafd5" + +SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Lzma-${PV}.tar.gz" + +SRC_URI[sha256sum] = "ccefd0c0379fae599e2f24570d51cdd8135c161519f7931f0b6cfcf0366094f1" + +DEPENDS += "xz" + +S = "${WORKDIR}/Compress-Raw-Lzma-${PV}" + +inherit cpan + +RDEPENDS:${PN} += "\ + perl-module-universal \ +" + +export LIBLZMA_INCLUDE="-I${STAGING_DIR_HOST}${includedir}" +export LIBLZMA_LIB="-I${STAGING_DIR_HOST}${libdir}" + +do_compile() { + export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" + cpan_do_compile +} + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf