diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-04-20 14:49:41 -0700 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2011-04-22 22:03:59 -0700 |
| commit | f4d51e63c0df777bbcbe9ad160eb3ba41ae74c6e (patch) | |
| tree | 9a19426ac2c07f0418850cd6a432a8e74c3d47a4 /meta | |
| parent | 8f6436b25a96594d09c64c7ba20a045cb1f8d18a (diff) | |
| download | openembedded-core-f4d51e63c0df777bbcbe9ad160eb3ba41ae74c6e.tar.gz openembedded-core-f4d51e63c0df777bbcbe9ad160eb3ba41ae74c6e.tar.bz2 openembedded-core-f4d51e63c0df777bbcbe9ad160eb3ba41ae74c6e.zip | |
perl-5.12.2: use of PERLHOSTLIB var fix
PERLHOSTLIB var is used to build target perl. It let perl use the native
perl .so module files at the time of compilation of target perl.
These changes to perl make the PERLHOSTLIB variable also useful for
building perl modules to use native .so perl module.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta')
57 files changed, 119 insertions, 14 deletions
diff --git a/meta/recipes-devtools/perl/files/libperl-5.8.3-create-libperl-soname.patch b/meta/recipes-devtools/perl/files/libperl-5.8.3-create-libperl-soname.patch deleted file mode 100644 index 6b34ec2318..0000000000 --- a/meta/recipes-devtools/perl/files/libperl-5.8.3-create-libperl-soname.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.SH.orig 2003-07-10 14:59:04.000000000 -0700 -+++ Makefile.SH 2003-07-10 15:14:08.000000000 -0700 -@@ -494,7 +494,7 @@ - case "$useshrplib" in - true) - $spitshell >>Makefile <<'!NO!SUBS!' -- $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) -+ $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) -soname libperl.so.5 - !NO!SUBS! - case "$osname" in - aix) diff --git a/meta/recipes-devtools/perl/perl-5.12.2/09_fix_installperl.patch b/meta/recipes-devtools/perl/perl-5.12.2/09_fix_installperl.patch index 6f2531b952..cfe004724c 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/09_fix_installperl.patch +++ b/meta/recipes-devtools/perl/perl-5.12.2/09_fix_installperl.patch @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [embedded specific] + Correctly identify arch-specific modules in ext/ where the .pm files are under lib. diff --git a/meta/recipes-devtools/perl/files/Configure-multilib.patch b/meta/recipes-devtools/perl/perl-5.12.2/Configure-multilib.patch index b561b6ab6f..6a4125b89b 100644 --- a/meta/recipes-devtools/perl/files/Configure-multilib.patch +++ b/meta/recipes-devtools/perl/perl-5.12.2/Configure-multilib.patch @@ -1,3 +1,5 @@ +Upstream-Status:Pending + Index: perl-5.12.2/Configure =================================================================== --- perl-5.12.2.orig/Configure diff --git a/meta/recipes-devtools/perl/perl-5.12.2/Makefile.SH.patch b/meta/recipes-devtools/perl/perl-5.12.2/Makefile.SH.patch index 39e5fee577..72f1b8fd04 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/Makefile.SH.patch +++ b/meta/recipes-devtools/perl/perl-5.12.2/Makefile.SH.patch @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [embedded specific] + Index: perl-5.12.2/Makefile.SH =================================================================== --- perl-5.12.2.orig/Makefile.SH diff --git a/meta/recipes-devtools/perl/perl-5.12.2/Makefile.patch b/meta/recipes-devtools/perl/perl-5.12.2/Makefile.patch index e7226ff708..2c374ed857 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/Makefile.patch +++ b/meta/recipes-devtools/perl/perl-5.12.2/Makefile.patch @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [embedded specific] + Index: perl-5.12.2/Cross/Makefile =================================================================== --- perl-5.12.2.orig/Cross/Makefile diff --git a/meta/recipes-devtools/perl/perl-5.12.2/asm-pageh-fix.patch b/meta/recipes-devtools/perl/perl-5.12.2/asm-pageh-fix.patch index c972108244..251beb9d11 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/asm-pageh-fix.patch +++ b/meta/recipes-devtools/perl/perl-5.12.2/asm-pageh-fix.patch @@ -1,3 +1,5 @@ +Upstream-Status:Pending + Perl inclues asm/page.h in order to get the definition for getpagesize which has been definied in unistd.h since glibc 2.1. Some recent version of linux libc headers removed the asm/page.h resulting in failures here for some diff --git a/meta/recipes-devtools/perl/perl-5.12.2/cross-generate_uudmap.patch b/meta/recipes-devtools/perl/perl-5.12.2/cross-generate_uudmap.patch index f6218c1bbb..d59ad8dae6 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/cross-generate_uudmap.patch +++ b/meta/recipes-devtools/perl/perl-5.12.2/cross-generate_uudmap.patch @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [embedded specific] + Index: perl-5.10.1/Makefile.SH =================================================================== --- perl-5.10.1.orig/Makefile.SH 2010-02-12 19:06:17.000000000 +0300 diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/arm_optim.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/arm_optim.diff index 383df6b358..c86ddc90c4 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/arm_optim.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/arm_optim.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + From: Niko Tyni <ntyni@debian.org> Description: Downgrade the optimization of sv.c on arm due to a gcc-4.4 bug Bug-Debian: http://bugs.debian.org/580334 diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/arm_thread_stress_timeout.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/arm_thread_stress_timeout.diff index 34b8a2c1a1..c4b4c1339b 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/arm_thread_stress_timeout.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/arm_thread_stress_timeout.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + Subject: Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts Bug-Debian: http://bugs.debian.org/501970 diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/cpan_config_path.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/cpan_config_path.diff index 799d15e5d1..4a349b4c77 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/cpan_config_path.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/cpan_config_path.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + Subject: Set location of CPAN::Config to /etc/perl as /usr may not be writable. diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/cpan_definstalldirs.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/cpan_definstalldirs.diff index f64af15eea..3e3e53f2a5 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/cpan_definstalldirs.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/cpan_definstalldirs.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + Subject: Provide a sensible INSTALLDIRS default for modules installed from CPAN. Some modules which are included in core set INSTALLDIRS => 'perl' diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/cpanplus_config_path.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/cpanplus_config_path.diff index 6956218f8a..65101194a3 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/cpanplus_config_path.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/cpanplus_config_path.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + From: Niko Tyni <ntyni@debian.org> Subject: Save local versions of CPANPLUS::Config::System into /etc/perl. diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/cpanplus_definstalldirs.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/cpanplus_definstalldirs.diff index 3a1e209943..2ec063cbd2 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/cpanplus_definstalldirs.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/cpanplus_definstalldirs.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + From: Niko Tyni <ntyni@debian.org> Subject: Configure CPANPLUS to use the site directories by default. Closes: 533707 diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/db_file_ver.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/db_file_ver.diff index 8d0e61b1d1..a974d08ea4 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/db_file_ver.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/db_file_ver.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + Subject: Remove overly restrictive DB_File version check. Bug-Debian: http://bugs.debian.org/340047 diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/deprecate-with-apt.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/deprecate-with-apt.diff index a515035d9b..e580466cca 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/deprecate-with-apt.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/deprecate-with-apt.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + From: Niko Tyni <ntyni@debian.org> Subject: Point users to Debian packages of deprecated core modules Bug-Debian: http://bugs.debian.org/580034 diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/devel-ppport-ia64-optim.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/devel-ppport-ia64-optim.diff index 9e4d9cfdf9..c65601000f 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/devel-ppport-ia64-optim.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/devel-ppport-ia64-optim.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + From: Niko Tyni <ntyni@debian.org> Subject: Work around an ICE on ia64 Closes: 548943 diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/disable-zlib-bundling.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/disable-zlib-bundling.diff index f540067214..e036dc53e4 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/disable-zlib-bundling.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/disable-zlib-bundling.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + From: Niko Tyni <ntyni@debian.org> Subject: Disable zlib bundling in Compress::Raw::Zlib diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/doc_info.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/doc_info.diff index ec7eba98f9..2f5d9a4fb8 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/doc_info.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/doc_info.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + Subject: Replace generic man(1) instructions with Debian-specific information. Indicate that the user needs to install the perl-doc package. diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/enc2xs_inc.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/enc2xs_inc.diff index 227dc10581..e96d53d8f8 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/enc2xs_inc.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/enc2xs_inc.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + Subject: Tweak enc2xs to follow symlinks and ignore missing @INC directories. Bug-Debian: http://bugs.debian.org/290336 diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/errno_ver.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/errno_ver.diff index f4370086ba..b28b4bca89 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/errno_ver.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/errno_ver.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + Subject: Remove Errno version check due to upgrade problems with long-running processes. Bug-Debian: http://bugs.debian.org/343351 diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/extutils_hacks.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/extutils_hacks.diff index 9134cac9f2..1fb635da2e 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/extutils_hacks.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/extutils_hacks.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + Subject: Various debian-specific ExtUtils changes * Respect umask during installation, and set as appropriate for each of diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/fakeroot.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/fakeroot.diff index e3430ce2b6..380955b522 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/fakeroot.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/fakeroot.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + Subject: Postpone LD_LIBRARY_PATH evaluation to the binary targets. Modify the setting of LD_LIBRARY_PATH to append pre-existing values at the diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/autodie-flock.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/autodie-flock.diff index f8908ac872..1e2c1ad472 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/autodie-flock.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/autodie-flock.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + From: Niko Tyni <ntyni@debian.org> Subject: Allow for flock returning EAGAIN instead of EWOULDBLOCK on linux/parisc Bug-Debian: http://bugs.debian.org/543731 diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/concat-stack-corruption.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/concat-stack-corruption.diff index 6feb8401fe..ef21261dc2 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/concat-stack-corruption.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/concat-stack-corruption.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + From: Niko Tyni <ntyni@debian.org> Subject: Fix stack pointer corruption in pp_concat() with 'use encoding' Bug-Debian: http://bugs.debian.org/596105 diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/cpanplus-without-home.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/cpanplus-without-home.diff index 5f85894a97..798b7c2014 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/cpanplus-without-home.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/cpanplus-without-home.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + From: Niko Tyni <ntyni@debian.org> Subject: Fix CPANPLUS test failures when HOME doesn't exist Bug: http://rt.cpan.org/Public/Bug/Display.html?id=52988 diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/h2ph-gcc-4.5.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/h2ph-gcc-4.5.diff index c2baf2fa76..49d797c316 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/h2ph-gcc-4.5.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/h2ph-gcc-4.5.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + Author: Robin Barker <rmbarker@cpan.org> Subject: h2ph fix for gcc 4.5 Bug-Debian: http://bugs.debian.org/599933 diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/hurd-ccflags.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/hurd-ccflags.diff index b9ea6770f2..d7b43e982f 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/hurd-ccflags.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/hurd-ccflags.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + Author: Samuel Thibault <sthibault@debian.org> Subject: Make hints/gnu.sh append to $ccflags rather than overriding them Bug-Debian: http://bugs.debian.org/587901 diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/lc-numeric-docs.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/lc-numeric-docs.diff index bb5c0e8c10..ece4989f4d 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/lc-numeric-docs.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/fixes/lc-numeric-docs.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + From: Niko Tyni <ntyni@debian.org> Subject: LC_NUMERIC documentation fixes Bug-Debian: http://bugs.debian.org/379329 |
