summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl-sanity
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-02-28 17:58:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-28 17:49:40 +0000
commit4d275d97b6c572fe11668ac16d2c77c018340c7c (patch)
treee88d844bf0d26ddc0c44734f72cc61e4174f1539 /meta/recipes-devtools/perl-sanity
parent5353c1af710dd6200d414ecf3eeb8f61b953b805 (diff)
downloadpoky-4d275d97b6c572fe11668ac16d2c77c018340c7c.tar.gz
perl: apply a native-only patch only to -native
Otherwise some of ptests were failing on target: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13194 [YOCTO #13194] (From OE-Core rev: c31bcb0555ae77fcb59c4d0798ec66bb27f63dc2) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl-sanity')
-rw-r--r--meta/recipes-devtools/perl-sanity/perl_5.28.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb b/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
index 1cc5480d68..5aa7cd3ee1 100644
--- a/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
+++ b/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
@@ -13,13 +13,15 @@ SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \
13 file://0001-configure_tool.sh-do-not-quote-the-argument-to-comma.patch \ 13 file://0001-configure_tool.sh-do-not-quote-the-argument-to-comma.patch \
14 file://0001-ExtUtils-MakeMaker-add-LDFLAGS-when-linking-binary-m.patch \ 14 file://0001-ExtUtils-MakeMaker-add-LDFLAGS-when-linking-binary-m.patch \
15 file://0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch \ 15 file://0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch \
16 file://perl-configpm-switch.patch \
17 file://errno_ver.diff \ 16 file://errno_ver.diff \
18 file://native-perlinc.patch \ 17 file://native-perlinc.patch \
19 file://0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch \ 18 file://0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch \
20 file://perl-dynloader.patch \ 19 file://perl-dynloader.patch \
21 file://0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch \ 20 file://0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch \
22 " 21 "
22SRC_URI_append_class-native = " \
23 file://perl-configpm-switch.patch \
24"
23 25
24SRC_URI[perl.md5sum] = "838198c43d4f39d7af797e2f59c2bee5" 26SRC_URI[perl.md5sum] = "838198c43d4f39d7af797e2f59c2bee5"
25SRC_URI[perl.sha256sum] = "3ebf85fe65df2ee165b22596540b7d5d42f84d4b72d84834f74e2e0b8956c347" 27SRC_URI[perl.sha256sum] = "3ebf85fe65df2ee165b22596540b7d5d42f84d4b72d84834f74e2e0b8956c347"