]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
perl: use @STAGINGDIR@ in config.sh
authorTom Zanussi <tom.zanussi@intel.com>
Thu, 28 Jun 2012 21:06:05 +0000 (16:06 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jul 2012 13:54:11 +0000 (14:54 +0100)
archlibexp in the snapshotted config.sh needs to be relative to
staging dir - it gets generated into Config_heavy.pl as one of the
settings and is used by ExtUtils::Embed during the target build.

The substituted setting doesn't make it into the target package
because it's removed by perl_package_preprocess() before packaging.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
meta/recipes-devtools/perl/perl-5.14.2/config.sh

index b3e2d432c4be1ec07b48fcbeb8cff7d9ee1097b3..75dc2d03fd1f88be48c29f183cb7c8801a8b4147 100644 (file)
@@ -68,7 +68,7 @@ api_version='14'
 api_versionstring='5.14.0'
 ar='ar'
 archlib='/usr/lib/perl5/5.14.2/@ARCH@-thread-multi'
-archlibexp='/usr/lib/perl5/5.14.2/@ARCH@-thread-multi'
+archlibexp='@STAGINGDIR@/usr/lib/perl5/5.14.2/@ARCH@-thread-multi'
 archname64=''
 archname='@ARCH@-thread-multi'
 archobjs=''