From 0b3e25a3c13f6b896838986899940e0ed986d148 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sun, 30 Oct 2022 18:44:32 -0700 Subject: libcompress-raw*-perl: move from libio/compress-* These modules do not follow our Debian naming and should never have been allowed to be added as libio/compress-raw*.bb. Signed-off-by: Tim Orling Signed-off-by: Khem Raj --- .../libcompress-raw-bzip2-perl_2.096.bb | 32 ++++++++++++++++++++++ .../libcompress/libcompress-raw-lzma-perl_2.096.bb | 32 ++++++++++++++++++++++ .../libcompress/libcompress-raw-zlib-perl_2.096.bb | 31 +++++++++++++++++++++ .../libio/compress-raw-bzip2-perl_2.096.bb | 32 ---------------------- .../libio/compress-raw-lzma-perl_2.096.bb | 32 ---------------------- .../libio/compress-raw-zlib-perl_2.096.bb | 31 --------------------- 6 files changed, 95 insertions(+), 95 deletions(-) create mode 100644 meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb create mode 100644 meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb create mode 100644 meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.096.bb delete mode 100644 meta-perl/recipes-perl/libio/compress-raw-bzip2-perl_2.096.bb delete mode 100644 meta-perl/recipes-perl/libio/compress-raw-lzma-perl_2.096.bb delete mode 100644 meta-perl/recipes-perl/libio/compress-raw-zlib-perl_2.096.bb 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 new file mode 100644 index 0000000000..ef69987ea3 --- /dev/null +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb @@ -0,0 +1,32 @@ +DESCRIPTION = ""Compress::Raw::Bzip2" provides an interface to the in-memory \ +compression/uncompression functions from the bzip2 compression library." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Compress-Raw-Bzip2" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" + +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-2.096.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-lzma-perl_2.096.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb new file mode 100644 index 0000000000..04295cd3c6 --- /dev/null +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb @@ -0,0 +1,32 @@ +DESCRIPTION = ""Compress::Raw::Lzma" provides an interface to the in-memory \ +compression/uncompression functions from the lzma compression library." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Compress-Raw-Lzma" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" + +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Lzma-2.096.tar.gz" + +SRC_URI[md5sum] = "b5079bb43712fcd1e74b80777fa376ed" +SRC_URI[sha256sum] = "f3afb267b1303b0f125976e9e4a70c6a4a205e35e7c99b408911f5e5c6578217" + +DEPENDS += "xz" + +S = "${WORKDIR}/Compress-Raw-Lzma-${PV}" + +inherit cpan + +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-zlib-perl_2.096.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.096.bb new file mode 100644 index 0000000000..81c370df2a --- /dev/null +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.096.bb @@ -0,0 +1,31 @@ +DESCRIPTION = "The *Compress::Raw::Zlib* module provides a Perl interface to the *zlib* \ +compression library (see "AUTHOR" for details about where to get *zlib*)." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" + +MAINTAINER= "Poky " +HOMEPAGE= "https://metacpan.org/release/Compress-Raw-Zlib" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" + +SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-2.096.tar.gz" + +SRC_URI[md5sum] = "4144ecdd901231553447998cf8035e4a" +SRC_URI[sha256sum] = "cd4cba20c159a7748b8bc91278524a7da70573d9531fde62298609a5f1c65912" + +DEPENDS += "zlib" + +S = "${WORKDIR}/Compress-Raw-Zlib-${PV}" + +inherit cpan + +export BUILD_ZLIB="0" + +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/libio/compress-raw-bzip2-perl_2.096.bb b/meta-perl/recipes-perl/libio/compress-raw-bzip2-perl_2.096.bb deleted file mode 100644 index ef69987ea3..0000000000 --- a/meta-perl/recipes-perl/libio/compress-raw-bzip2-perl_2.096.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = ""Compress::Raw::Bzip2" provides an interface to the in-memory \ -compression/uncompression functions from the bzip2 compression library." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Compress-Raw-Bzip2" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-2.096.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/libio/compress-raw-lzma-perl_2.096.bb b/meta-perl/recipes-perl/libio/compress-raw-lzma-perl_2.096.bb deleted file mode 100644 index 04295cd3c6..0000000000 --- a/meta-perl/recipes-perl/libio/compress-raw-lzma-perl_2.096.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = ""Compress::Raw::Lzma" provides an interface to the in-memory \ -compression/uncompression functions from the lzma compression library." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Compress-Raw-Lzma" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Lzma-2.096.tar.gz" - -SRC_URI[md5sum] = "b5079bb43712fcd1e74b80777fa376ed" -SRC_URI[sha256sum] = "f3afb267b1303b0f125976e9e4a70c6a4a205e35e7c99b408911f5e5c6578217" - -DEPENDS += "xz" - -S = "${WORKDIR}/Compress-Raw-Lzma-${PV}" - -inherit cpan - -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/libio/compress-raw-zlib-perl_2.096.bb b/meta-perl/recipes-perl/libio/compress-raw-zlib-perl_2.096.bb deleted file mode 100644 index 81c370df2a..0000000000 --- a/meta-perl/recipes-perl/libio/compress-raw-zlib-perl_2.096.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "The *Compress::Raw::Zlib* module provides a Perl interface to the *zlib* \ -compression library (see "AUTHOR" for details about where to get *zlib*)." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" - -MAINTAINER= "Poky " -HOMEPAGE= "https://metacpan.org/release/Compress-Raw-Zlib" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" - -SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-2.096.tar.gz" - -SRC_URI[md5sum] = "4144ecdd901231553447998cf8035e4a" -SRC_URI[sha256sum] = "cd4cba20c159a7748b8bc91278524a7da70573d9531fde62298609a5f1c65912" - -DEPENDS += "zlib" - -S = "${WORKDIR}/Compress-Raw-Zlib-${PV}" - -inherit cpan - -export BUILD_ZLIB="0" - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf