diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-29 08:14:38 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-29 10:14:13 -0700 |
| commit | 242ced2c79e7427a2eb46017635e0d49ea7063ab (patch) | |
| tree | 7d176a29b6baa173bbbe58e2327626fc1e81a8e0 /meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.214.bb | |
| parent | e85c5d53390bb2a072bf17ad80a5ce22f9087e5e (diff) | |
| download | meta-openembedded-242ced2c79e7427a2eb46017635e0d49ea7063ab.tar.gz | |
libcompress-raw-bzip2-perl: upgrade 2.213 -> 2.214
License-Update: Copyright year updated to 2025
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.214.bb')
| -rw-r--r-- | meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.214.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.214.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.214.bb new file mode 100644 index 0000000000..b0feb40b71 --- /dev/null +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.214.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "Low-Level Interface to bzip2 compression library" | ||
| 2 | DESCRIPTION = ""Compress::Raw::Bzip2" provides an interface to the in-memory \ | ||
| 3 | compression/uncompression functions from the bzip2 compression library." | ||
| 4 | HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Bzip2" | ||
| 5 | SECTION = "libs" | ||
| 6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
| 7 | |||
| 8 | LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=d9968e06481ca195215d0f29ba557f98" | ||
| 9 | |||
| 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "b0810a4d6e1a402892840564e6589e6ecd39cb87561bc556f171b78e900079cb" | ||
| 13 | |||
| 14 | DEPENDS += "bzip2" | ||
| 15 | |||
| 16 | S = "${UNPACKDIR}/Compress-Raw-Bzip2-${PV}" | ||
| 17 | |||
| 18 | inherit cpan | ||
| 19 | |||
| 20 | export BUILD_BZIP2 = "0" | ||
| 21 | export BZIP2_INCLUDE = "-I${STAGING_DIR_HOST}${includedir}" | ||
| 22 | |||
| 23 | do_compile() { | ||
| 24 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | ||
| 25 | cpan_do_compile | ||
| 26 | } | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native" | ||
