summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.24.1.bb
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2018-01-07 08:56:08 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-08 08:48:25 +0000
commit9a0790120dbe046091cd0392dc576cf9316b7acf (patch)
tree02a7f6db0e8b5aa2005094ce500cef55f65d1bf4 /meta/recipes-devtools/perl/perl_5.24.1.bb
parentd1018f90b5318cc37e92bdf49a060e525800f804 (diff)
downloadpoky-9a0790120dbe046091cd0392dc576cf9316b7acf.tar.gz
perl-ptest: various fixes
Improve reproducibility: Remove all build host references from distributed files. Do not package non-linux OS related files. Also remove some additional files not needed by run-ptest. (There are probably still more files that can be removed, but as long as they don't leak build host references they are harmless). Fix the expected checksum of MakeMaker/lib/ExtUtils/Liblist/Kid.pm to match the one expected: We modified the file, but did not recalculate/update the file checksum accordingly. (This fixes the only failing test.) (From OE-Core rev: 497b28d9ff0c094768462991709bfb19efa0fa56) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.24.1.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.24.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.24.1.bb b/meta/recipes-devtools/perl/perl_5.24.1.bb
index ab0462411f..0baf3abb60 100644
--- a/meta/recipes-devtools/perl/perl_5.24.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.24.1.bb
@@ -244,6 +244,7 @@ perl_package_preprocess () {
244 -e "s,${STAGING_BINDIR_NATIVE}/perl-native/,${bindir}/,g" \ 244 -e "s,${STAGING_BINDIR_NATIVE}/perl-native/,${bindir}/,g" \
245 -e "s,${STAGING_BINDIR_NATIVE}/,,g" \ 245 -e "s,${STAGING_BINDIR_NATIVE}/,,g" \
246 -e "s,${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX},${bindir},g" \ 246 -e "s,${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX},${bindir},g" \
247 -e 's:${RECIPE_SYSROOT}::g' \
247 ${PKGD}${bindir}/h2xs \ 248 ${PKGD}${bindir}/h2xs \
248 ${PKGD}${bindir}/h2ph \ 249 ${PKGD}${bindir}/h2ph \
249 ${PKGD}${bindir}/pod2man \ 250 ${PKGD}${bindir}/pod2man \