diff options
Diffstat (limited to 'meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.212.bb')
-rw-r--r-- | meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.212.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.212.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.212.bb deleted file mode 100644 index 7120730416..0000000000 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.212.bb +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
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=cd551ef796cc7fa34351ced771a3a7f9" | ||
9 | |||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz" | ||
11 | |||
12 | SRC_URI[sha256sum] = "6caeee843c428f45fa9646ea98dc675470db63dbac0ee3e2d8e9ee4eb58a856d" | ||
13 | |||
14 | DEPENDS += "bzip2" | ||
15 | |||
16 | S = "${WORKDIR}/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" | ||