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-05 16:02:44 +0000
commit0118c2d2aa9f0209a8669017047d9c4d15929402 (patch)
tree4ac4e562b710791b9395180f533ec831d062430b /meta/recipes-devtools/perl/perl_5.24.1.bb
parent0d6e6eb5101c1f24dabd4232d8a08369512c69e3 (diff)
downloadpoky-0118c2d2aa9f0209a8669017047d9c4d15929402.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: 5cabded0895a5634b194ba125d1231b52e09a5e9) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> [Fix up for rocko context] 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 ac78dda4fe..1a9b8d1c3e 100644
--- a/meta/recipes-devtools/perl/perl_5.24.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.24.1.bb
@@ -64,7 +64,6 @@ SRC_URI += " \
64 file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \ 64 file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \
65 file://perl-errno-generation-gcc5.patch \ 65 file://perl-errno-generation-gcc5.patch \
66 file://perl-fix-conflict-between-skip_all-and-END.patch \ 66 file://perl-fix-conflict-between-skip_all-and-END.patch \
67 file://perl-test-customized.patch \
68 file://perl-5.26.1-guard_old_libcrypt_fix.patch \ 67 file://perl-5.26.1-guard_old_libcrypt_fix.patch \
69 file://CVE-2017-12883.patch \ 68 file://CVE-2017-12883.patch \
70 file://CVE-2017-12837.patch \ 69 file://CVE-2017-12837.patch \
@@ -74,6 +73,7 @@ SRC_URI += " \
74SRC_URI_append_class-target = " \ 73SRC_URI_append_class-target = " \
75 file://test/dist-threads-t-join.t-adjust-ps-option.patch \ 74 file://test/dist-threads-t-join.t-adjust-ps-option.patch \
76 file://test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch \ 75 file://test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch \
76 file://0001-Skip-various-tests-if-PERL_BUILD_PACKAGING-is-set.patch \
77 " 77 "
78 78
79SRC_URI[md5sum] = "af6a84c7c3e2b8b269c105a5db2f6d53" 79SRC_URI[md5sum] = "af6a84c7c3e2b8b269c105a5db2f6d53"