aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/perl-5.8.8/09_fix_installperl.patch
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-27 10:23:53 -0700
committerTom Rini <tom_rini@mentor.com>2011-02-01 10:51:02 -0700
commitc15142c5e3c5556e7a9d534e8b0a5aa175b79a3a (patch)
treea6f9e32a95f471722672ddab870291faf8373852 /recipes/perl/perl-5.8.8/09_fix_installperl.patch
parent2e1e7af403777b5281957c9089b032e9a92ab0fd (diff)
downloadopenembedded-c15142c5e3c5556e7a9d534e8b0a5aa175b79a3a.tar.gz
perl: Drop 5.8.8, bump PR in all perl recipes
Also remove DEFAULT_PREFERENCE = -1 from 5.10.1 Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/perl/perl-5.8.8/09_fix_installperl.patch')
-rw-r--r--recipes/perl/perl-5.8.8/09_fix_installperl.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes/perl/perl-5.8.8/09_fix_installperl.patch b/recipes/perl/perl-5.8.8/09_fix_installperl.patch
deleted file mode 100644
index f550537d02..0000000000
--- a/recipes/perl/perl-5.8.8/09_fix_installperl.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Correctly identify arch-specific modules in ext/ where the .pm files
-are under lib.
-
-Ensure that POSIX/SigAction is kept with the rest of the POSIX module
-under archlib.
-
-diff --exclude=debian -Naur perl-5.8.8.orig/installperl perl-5.8.8/installperl
---- perl-5.8.8.orig/installperl 2006-01-29 02:35:28.000000000 +1100
-+++ perl-5.8.8/installperl 2006-05-31 22:54:41.000000000 +1000
-@@ -156,11 +156,8 @@
- if ("$File::Find::dir/$_" =~ m{^ext\b(.*)/([^/]+)\.pm$}) {
- my($path, $modname) = ($1,$2);
-
-- # strip trailing component first
-- $path =~ s{/[^/]*$}{};
--
-- # strip optional "/lib";
-- $path =~ s{/lib\b}{};
-+ # strip to optional "/lib", or remove trailing component
-+ $path =~ s{.*/lib\b}{} or $path =~ s{/[^/]*$}{};
-
- # strip any leading /
- $path =~ s{^/}{};
-@@ -851,7 +848,7 @@
- }
-
- if (-f $_) {
-- if (/\.(?:al|ix)$/ && !($dir =~ m[^auto/(.*)$] && $archpms{$1})) {
-+ if (/\.(?:al|ix)$/ && !($dir =~ m[^auto/(.*)$])) {
- $installlib = $installprivlib;
- #We're installing *.al and *.ix files into $installprivlib,
- #but we have to delete old *.al and *.ix files from the 5.000