summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl-5.12.2/09_fix_installperl.patch
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-04-20 14:49:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-24 22:50:36 +0100
commit345de20815a0bdc8c8acdfeb7d8796e27f825ddc (patch)
tree423b2302e0a02a433b97b3696bb678e8720154aa /meta/recipes-devtools/perl/perl-5.12.2/09_fix_installperl.patch
parent4ffd8a2d7224803eba152c9dbc0f7e0f837931bc (diff)
downloadpoky-345de20815a0bdc8c8acdfeb7d8796e27f825ddc.tar.gz
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. (From OE-Core rev: f4d51e63c0df777bbcbe9ad160eb3ba41ae74c6e) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl-5.12.2/09_fix_installperl.patch')
-rw-r--r--meta/recipes-devtools/perl/perl-5.12.2/09_fix_installperl.patch2
1 files changed, 2 insertions, 0 deletions
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 @@
1Upstream-Status:Inappropriate [embedded specific]
2
1Correctly identify arch-specific modules in ext/ where the .pm files 3Correctly identify arch-specific modules in ext/ where the .pm files
2are under lib. 4are under lib.
3 5