[OE-core] [oe-core][PATCH 1/1] perl: do not use PERLHOSTLIB

Joe Slater jslater at windriver.com
Tue Dec 8 03:07:38 UTC 2015


I don't like this one bit, which is why I am not
removing the now unused dynload patch.  If we look at
PERLHOSTLIB in target perl, we will be using the wrong
libraries when doing a self-hosted build for packages
that inherit cpan, and maybe others.

I think that only perl-native should heed PERLHOSTLIB,
but I'm not clear why it should need it.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 meta/recipes-devtools/perl/perl_5.22.0.bb |    2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-devtools/perl/perl_5.22.0.bb b/meta/recipes-devtools/perl/perl_5.22.0.bb
index 55ce73f..1f726c9 100644
--- a/meta/recipes-devtools/perl/perl_5.22.0.bb
+++ b/meta/recipes-devtools/perl/perl_5.22.0.bb
@@ -40,7 +40,6 @@ SRC_URI += " \
         file://Makefile.patch \
         file://Makefile.SH.patch \
         file://installperl.patch \
-        file://perl-dynloader.patch \
         file://perl-moreconfig.patch \
         file://letgcc-find-errno.patch \
         file://generate-sh.patch \
@@ -49,7 +48,6 @@ SRC_URI += " \
         file://cross-generate_uudmap.patch \
         file://fix_bad_rpath.patch \
         file://perl-archlib-exp.patch \
-        file://dynaloaderhack.patch \
         file://config.sh \
         file://config.sh-32 \
         file://config.sh-32-le \
-- 
1.7.9.5




More information about the Openembedded-core mailing list