diff options
Diffstat (limited to 'meta-perl/recipes-perl/libcompress')
-rw-r--r-- | meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.213.bb (renamed from meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.212.bb) | 8 | ||||
-rw-r--r-- | meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb (renamed from meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.212.bb) | 8 | ||||
-rw-r--r-- | meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.213.bb (renamed from meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.212.bb) | 6 |
3 files changed, 11 insertions, 11 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.213.bb index 7120730416..409216fe69 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.212.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.213.bb | |||
@@ -9,16 +9,16 @@ LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=cd551ef796cc7fa3435 | |||
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "6caeee843c428f45fa9646ea98dc675470db63dbac0ee3e2d8e9ee4eb58a856d" | 12 | SRC_URI[sha256sum] = "8d75d3d366c9101ca18061b00d438d3da39478c06159147dea3c666770577c7b" |
13 | 13 | ||
14 | DEPENDS += "bzip2" | 14 | DEPENDS += "bzip2" |
15 | 15 | ||
16 | S = "${WORKDIR}/Compress-Raw-Bzip2-${PV}" | 16 | S = "${UNPACKDIR}/Compress-Raw-Bzip2-${PV}" |
17 | 17 | ||
18 | inherit cpan | 18 | inherit cpan |
19 | 19 | ||
20 | export BUILD_BZIP2="0" | 20 | export BUILD_BZIP2 = "0" |
21 | export BZIP2_INCLUDE="-I${STAGING_DIR_HOST}${includedir}" | 21 | export BZIP2_INCLUDE = "-I${STAGING_DIR_HOST}${includedir}" |
22 | 22 | ||
23 | do_compile() { | 23 | do_compile() { |
24 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | 24 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" |
diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.212.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb index c4cba470bd..6f18bae7dd 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.212.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb | |||
@@ -9,11 +9,11 @@ LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=2a0fd6d30eaf8828958 | |||
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Lzma-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Lzma-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "4ba7ab803bdba2d7be7d55d4a2668369d794eb8d8d6bb0db6b74fd9b4ce18cac" | 12 | SRC_URI[sha256sum] = "6b979a8347701ced3ac26123d428c1f202b7999850444da19c4aedbb7c862cb7" |
13 | 13 | ||
14 | DEPENDS += "xz" | 14 | DEPENDS += "xz" |
15 | 15 | ||
16 | S = "${WORKDIR}/Compress-Raw-Lzma-${PV}" | 16 | S = "${UNPACKDIR}/Compress-Raw-Lzma-${PV}" |
17 | 17 | ||
18 | inherit cpan | 18 | inherit cpan |
19 | 19 | ||
@@ -21,8 +21,8 @@ RDEPENDS:${PN} += "\ | |||
21 | perl-module-universal \ | 21 | perl-module-universal \ |
22 | " | 22 | " |
23 | 23 | ||
24 | export LIBLZMA_INCLUDE="-I${STAGING_DIR_HOST}${includedir}" | 24 | export LIBLZMA_INCLUDE = "-I${STAGING_DIR_HOST}${includedir}" |
25 | export LIBLZMA_LIB="-I${STAGING_DIR_HOST}${libdir}" | 25 | export LIBLZMA_LIB = "-I${STAGING_DIR_HOST}${libdir}" |
26 | 26 | ||
27 | do_compile() { | 27 | do_compile() { |
28 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | 28 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" |
diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.212.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.213.bb index d79a710a77..0c6a1070cd 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.212.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.213.bb | |||
@@ -10,15 +10,15 @@ LIC_FILES_CHKSUM = "file://README;beginline=8;endline=17;md5=1bb3479faca6bb2086c | |||
10 | 10 | ||
11 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Zlib-${PV}.tar.gz" | 11 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Zlib-${PV}.tar.gz" |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "6d9de0c11921fd520dfd99a3f6b0ca9f1fd9850274f8bec10bbaa4f6803cc049" | 13 | SRC_URI[sha256sum] = "56b21c99cb3a3a7f7876a74dd05daa3f41fc9143ddd4dc98f8e46710a106af45" |
14 | 14 | ||
15 | DEPENDS += "zlib" | 15 | DEPENDS += "zlib" |
16 | 16 | ||
17 | S = "${WORKDIR}/Compress-Raw-Zlib-${PV}" | 17 | S = "${UNPACKDIR}/Compress-Raw-Zlib-${PV}" |
18 | 18 | ||
19 | inherit cpan | 19 | inherit cpan |
20 | 20 | ||
21 | export BUILD_ZLIB="0" | 21 | export BUILD_ZLIB = "0" |
22 | 22 | ||
23 | do_compile() { | 23 | do_compile() { |
24 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | 24 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" |