generic-poky/meta/recipes-devtools/perl
Tom Zanussi d38325cbca perl: add archlib_exp variable used to generate ARCHLIB_EXP in config.h
perl.c uses an ARCHLIB_EXP define to generate compile-time code that
adds the archlibexp path to @INC during run-time initialization of a
new perl interpreter.

Because we've changed this value in a temporary way to make it
possible to use ExtUtils::Embed in the target build (the temporary
value in config.sh gets re-stripped out during packaging), the
ARCHLIB_EXP value that gets generated still uses the temporary version
instead of the original expected version (i.e. becauses it's in the
generated config.h, it doesn't get stripped out during packaging like
the others in config.sh).

This creates an unmodified version called archlib_exp that gets used
by a modified config_h.SH to get the correct value into config.h

This patch uses an unmodified version of archlibexp called
archlib_exp, introduced to config.sh, which is used to generate the
correct value of ARCHLIB_EXP into config.h

Fixes [YOCTO #3099].

(From OE-Core rev: cbcfdeb1d55e2e76f199750bda401bad126ae234)

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-10 15:13:40 +01:00
..
perl-5.14.2 perl: add archlib_exp variable used to generate ARCHLIB_EXP in config.h 2012-10-10 15:13:40 +01:00
liburi-perl_1.60.bb liburi-perl: update to 1.60 2012-07-26 14:55:19 +01:00
libxml-parser-perl_2.41.bb libxml-parser-perl_2.41.bb: fix MakeMaker issues with using wrong CC/LD/etc 2012-07-09 16:58:59 +01:00
libxml-perl_0.08.bb perl-modules: Fix LICENSE fields to mention the correct license versions 2012-03-14 13:17:45 +00:00
libxml-simple-perl_2.20.bb libxml-simple-perl: Upgrade to 2.20 2012-06-25 16:35:54 +01:00
perl-native_5.14.2.bb perl-native: PROVIDE libmodule-build-perl-native for consistency with non-native perl 2012-09-12 15:13:36 +01:00
perl-rdepends_5.14.2.inc Fix common typoes "existant", "dependant" and variations 2012-03-22 16:47:06 +00:00
perl-rprovides.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
perl-rprovides_5.14.2.inc perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
perl_5.14.2.bb perl: add archlib_exp variable used to generate ARCHLIB_EXP in config.h 2012-10-10 15:13:40 +01:00