summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.24.4.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-10-16 20:35:43 +0100
commitbfa9068b4013bbd9ea47229d34f39853c973b63f (patch)
tree8678c4c19fd694e3c4206389b1b76d191e504684 /meta/recipes-devtools/perl/perl_5.24.4.bb
parent1c106ae64a1776e9e85724293d6b7c7c03f7249d (diff)
downloadpoky-bfa9068b4013bbd9ea47229d34f39853c973b63f.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) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.24.4.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.24.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.24.4.bb b/meta/recipes-devtools/perl/perl_5.24.4.bb
index cc5aae9fd0..a644970192 100644
--- a/meta/recipes-devtools/perl/perl_5.24.4.bb
+++ b/meta/recipes-devtools/perl/perl_5.24.4.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-2018-12015.patch \ 66 file://CVE-2018-12015.patch \
68 file://0001-ExtUtils-MM_Unix.pm-fix-race-issues.patch \ 67 file://0001-ExtUtils-MM_Unix.pm-fix-race-issues.patch \
@@ -72,6 +71,7 @@ SRC_URI += " \
72SRC_URI_append_class-target = " \ 71SRC_URI_append_class-target = " \
73 file://test/dist-threads-t-join.t-adjust-ps-option.patch \ 72 file://test/dist-threads-t-join.t-adjust-ps-option.patch \
74 file://test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch \ 73 file://test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch \
74 file://0001-Skip-various-tests-if-PERL_BUILD_PACKAGING-is-set.patch \
75 " 75 "
76 76
77SRC_URI[md5sum] = "04622bc4d3941dc7eb571c52b7c02993" 77SRC_URI[md5sum] = "04622bc4d3941dc7eb571c52b7c02993"