diff options
Diffstat (limited to 'meta/recipes-devtools/perl/files/encodefix.patch')
-rw-r--r-- | meta/recipes-devtools/perl/files/encodefix.patch | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/meta/recipes-devtools/perl/files/encodefix.patch b/meta/recipes-devtools/perl/files/encodefix.patch index 396ed0d53e..665699d12d 100644 --- a/meta/recipes-devtools/perl/files/encodefix.patch +++ b/meta/recipes-devtools/perl/files/encodefix.patch | |||
@@ -1,14 +1,22 @@ | |||
1 | From a4e22c7f2a519f24bc8aa89c6677017c0fe13679 Mon Sep 17 00:00:00 2001 | ||
2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | ||
3 | Date: Tue, 18 Feb 2020 17:27:26 +0000 | ||
4 | Subject: [PATCH] perl: Fix encode module reproducibility issues | ||
5 | |||
1 | The code is encoding host compiler parameters into target builds. Avoid | 6 | The code is encoding host compiler parameters into target builds. Avoid |
2 | this for our target builds (patch is target specific, not native) | 7 | this for our target builds (patch is target specific, not native) |
3 | 8 | ||
4 | Upstream-Status: Inappropriate [Cross compile hack] | 9 | Upstream-Status: Inappropriate [Cross compile hack] |
5 | RP 2020/2/18 | 10 | RP 2020/2/18 |
6 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | 11 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
12 | --- | ||
13 | cpan/Encode/bin/enc2xs | 2 +- | ||
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
7 | 15 | ||
8 | Index: perl-5.30.1/cpan/Encode/bin/enc2xs | 16 | diff --git a/cpan/Encode/bin/enc2xs b/cpan/Encode/bin/enc2xs |
9 | =================================================================== | 17 | index 502ae39..7669b05 100644 |
10 | --- perl-5.30.1.orig/cpan/Encode/bin/enc2xs | 18 | --- a/cpan/Encode/bin/enc2xs |
11 | +++ perl-5.30.1/cpan/Encode/bin/enc2xs | 19 | +++ b/cpan/Encode/bin/enc2xs |
12 | @@ -195,7 +195,7 @@ sub compiler_info { | 20 | @@ -195,7 +195,7 @@ sub compiler_info { |
13 | # above becomes false. | 21 | # above becomes false. |
14 | my $sized = $declaration && !($compat && !$pedantic); | 22 | my $sized = $declaration && !($compat && !$pedantic); |