summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl-sanity/files
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl-sanity/files')
-rw-r--r--meta/recipes-devtools/perl-sanity/files/perl-configpm-switch.patch21
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 @@
1From 7f313cac31c55cbe62a4d0cdfa8321cc05a8eb3a Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Sun, 27 May 2007 21:04:11 +0000
4Subject: [PATCH] perl: 5.8.7 -> 5.8.8 (from OE)
5
1This patch is used for perl-native only. It enables the switching of 6This patch is used for perl-native only. It enables the switching of
2configuration files between Config_heavy.pl and 7configuration files between Config_heavy.pl and
3Config_heavy-target.pl by setting the environment variables 8Config_heavy-target.pl by setting the environment variables
@@ -10,11 +15,15 @@ values would be valid for the host only.
10Upstream-Status: Inappropriate [native] 15Upstream-Status: Inappropriate [native]
11Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 16Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
12 17
13Index: 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 { 22diff --git a/configpm b/configpm
23index 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 {