summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.24.1.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-10-16 10:47:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-16 16:33:08 +0000
commit8cc8988943e4c91d72db83865acdf67880e3bbb7 (patch)
treee1099ef8f97c7e82f0032b2321d329809a3f383b /meta/recipes-devtools/perl/perl_5.24.1.bb
parentd240b885f26e9b05c8db0364ab2ace9796709aad (diff)
downloadpoky-8cc8988943e4c91d72db83865acdf67880e3bbb7.tar.gz
perl: skip tests that are not useful
Some tests, like the one that compares the hashes for a list of files against those stored in a .dat file, don't make sense for downstream distros packaging perl. Backport a patch from upstream that allows skipping of these tests at runtime. Also remove the local patch trying to keep hashes up-to-date for one of those tests. Fixes [YOCTO #12787] (From OE-Core rev: 557f4618b75b8739a647e46054ab587ae2bbdc25) (From OE-Core rev: 7157e7804b21a84ecbd809b6e171106d7ddc86a6) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.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.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.24.1.bb b/meta/recipes-devtools/perl/perl_5.24.1.bb
index 5fed8965c0..6e33bb066e 100644
--- a/meta/recipes-devtools/perl/perl_5.24.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.24.1.bb
@@ -62,7 +62,6 @@ SRC_URI += " \
62 file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \ 62 file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \
63 file://perl-errno-generation-gcc5.patch \ 63 file://perl-errno-generation-gcc5.patch \
64 file://perl-fix-conflict-between-skip_all-and-END.patch \ 64 file://perl-fix-conflict-between-skip_all-and-END.patch \
65 file://perl-test-customized.patch \
66 file://perl-5.26.1-guard_old_libcrypt_fix.patch \ 65 file://perl-5.26.1-guard_old_libcrypt_fix.patch \
67 file://CVE-2017-12883.patch \ 66 file://CVE-2017-12883.patch \
68 file://CVE-2017-12837.patch \ 67 file://CVE-2017-12837.patch \
@@ -77,6 +76,7 @@ SRC_URI += " \
77SRC_URI_append_class-target = " \ 76SRC_URI_append_class-target = " \
78 file://test/dist-threads-t-join.t-adjust-ps-option.patch \ 77 file://test/dist-threads-t-join.t-adjust-ps-option.patch \
79 file://test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch \ 78 file://test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch \
79 file://0001-Skip-various-tests-if-PERL_BUILD_PACKAGING-is-set.patch \
80 " 80 "
81 81
82SRC_URI[md5sum] = "af6a84c7c3e2b8b269c105a5db2f6d53" 82SRC_URI[md5sum] = "af6a84c7c3e2b8b269c105a5db2f6d53"