diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-05-31 17:56:06 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-01 11:27:06 +0100 |
commit | 815c601db68299d6263f43810f81f4977877128d (patch) | |
tree | c3e6d8ccadcd0c931a29369a0504b87edbd2a37e /meta/recipes-devtools/perl-sanity/files | |
parent | eb952de8fdfab362360e8b987c07a223e4807280 (diff) | |
download | poky-815c601db68299d6263f43810f81f4977877128d.tar.gz |
perl: update to 5.30.0
(From OE-Core rev: 281eff0f37c2d33ad15590ea0a21515f24fc0cb8)
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/files')
-rw-r--r-- | meta/recipes-devtools/perl-sanity/files/perl-configpm-switch.patch | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/meta/recipes-devtools/perl-sanity/files/perl-configpm-switch.patch b/meta/recipes-devtools/perl-sanity/files/perl-configpm-switch.patch index e6f23eed65..3c2cecb8c1 100644 --- a/meta/recipes-devtools/perl-sanity/files/perl-configpm-switch.patch +++ b/meta/recipes-devtools/perl-sanity/files/perl-configpm-switch.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | From 7f313cac31c55cbe62a4d0cdfa8321cc05a8eb3a Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Sun, 27 May 2007 21:04:11 +0000 | ||
4 | Subject: [PATCH] perl: 5.8.7 -> 5.8.8 (from OE) | ||
5 | |||
1 | This patch is used for perl-native only. It enables the switching of | 6 | This patch is used for perl-native only. It enables the switching of |
2 | configuration files between Config_heavy.pl and | 7 | configuration files between Config_heavy.pl and |
3 | Config_heavy-target.pl by setting the environment variables | 8 | Config_heavy-target.pl by setting the environment variables |
@@ -10,11 +15,15 @@ values would be valid for the host only. | |||
10 | Upstream-Status: Inappropriate [native] | 15 | Upstream-Status: Inappropriate [native] |
11 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 16 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
12 | 17 | ||
13 | Index: perl-5.14.2/configpm | 18 | --- |
14 | =================================================================== | 19 | configpm | 18 ++++++++++++++++-- |
15 | --- perl-5.14.2.orig/configpm | 20 | 1 file changed, 16 insertions(+), 2 deletions(-) |
16 | +++ perl-5.14.2/configpm | 21 | |
17 | @@ -658,7 +658,7 @@ sub FETCH { | 22 | diff --git a/configpm b/configpm |
23 | index 09c4a3b..6a0a680 100755 | ||
24 | --- a/configpm | ||
25 | +++ b/configpm | ||
26 | @@ -687,7 +687,7 @@ sub FETCH { | ||
18 | my($self, $key) = @_; | 27 | my($self, $key) = @_; |
19 | 28 | ||
20 | # check for cached value (which may be undef so we use exists not defined) | 29 | # check for cached value (which may be undef so we use exists not defined) |
@@ -23,7 +32,7 @@ Index: perl-5.14.2/configpm | |||
23 | } | 32 | } |
24 | 33 | ||
25 | ENDOFEND | 34 | ENDOFEND |
26 | @@ -816,7 +816,21 @@ $config_txt .= sprintf <<'ENDOFTIE', $fa | 35 | @@ -845,7 +845,21 @@ $config_txt .= sprintf <<'ENDOFTIE', $fast_config; |
27 | sub DESTROY { } | 36 | sub DESTROY { } |
28 | 37 | ||
29 | sub AUTOLOAD { | 38 | sub AUTOLOAD { |