summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.30.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-18 17:27:26 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-18 23:53:55 +0000
commitcf8169a5f74d6e148e7fa6ee703c0b90103b90c8 (patch)
tree33e8863c349d82af93adc3eba4cae292da1eb866 /meta/recipes-devtools/perl/perl_5.30.1.bb
parentd40869bbfda2b02b9d1b7d1f5e2ba14b0adb8e80 (diff)
downloadpoky-cf8169a5f74d6e148e7fa6ee703c0b90103b90c8.tar.gz
perl: Fix encode module reproducibility issues
The code is encoding host compiler parameters into target builds. Avoid this for our target builds. This should resolve builds which aren't reproducible between hosts with different compilers. (From OE-Core rev: 71cdbf426e46e3ca1b5038f40e9f7ba958abc537) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.30.1.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.30.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.30.1.bb b/meta/recipes-devtools/perl/perl_5.30.1.bb
index 5d762710df..b37f175f97 100644
--- a/meta/recipes-devtools/perl/perl_5.30.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.30.1.bb
@@ -26,6 +26,9 @@ SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \
26SRC_URI_append_class-native = " \ 26SRC_URI_append_class-native = " \
27 file://perl-configpm-switch.patch \ 27 file://perl-configpm-switch.patch \
28" 28"
29SRC_URI_append_class-target = " \
30 file://encodefix.patch \
31"
29 32
30SRC_URI[perl.md5sum] = "6438eb7b8db9bbde28e01086de376a46" 33SRC_URI[perl.md5sum] = "6438eb7b8db9bbde28e01086de376a46"
31SRC_URI[perl.sha256sum] = "bf3d25571ff1ee94186177c2cdef87867fd6a14aa5a84f0b1fb7bf798f42f964" 34SRC_URI[perl.sha256sum] = "bf3d25571ff1ee94186177c2cdef87867fd6a14aa5a84f0b1fb7bf798f42f964"