diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-06-28 16:06:05 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-04 17:40:36 +0100 |
commit | aeca6512f3a5468b8f65e2986024ab07d2ce45b4 (patch) | |
tree | 5715d28f612b05e7c78a09e3c3a871f26b578f03 /meta | |
parent | 2cae5a9fd0ce12e123ff53120f119471fd5a6904 (diff) | |
download | poky-aeca6512f3a5468b8f65e2986024ab07d2ce45b4.tar.gz |
perl: use @STAGINGDIR@ in config.sh
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.
(From OE-Core rev: b647d2ab84ff0eb94f4b6a1b731d74aaf8c60b9d)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/perl/perl-5.14.2/config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl-5.14.2/config.sh b/meta/recipes-devtools/perl/perl-5.14.2/config.sh index b3e2d432c4..75dc2d03fd 100644 --- a/meta/recipes-devtools/perl/perl-5.14.2/config.sh +++ b/meta/recipes-devtools/perl/perl-5.14.2/config.sh | |||
@@ -68,7 +68,7 @@ api_version='14' | |||
68 | api_versionstring='5.14.0' | 68 | api_versionstring='5.14.0' |
69 | ar='ar' | 69 | ar='ar' |
70 | archlib='/usr/lib/perl5/5.14.2/@ARCH@-thread-multi' | 70 | archlib='/usr/lib/perl5/5.14.2/@ARCH@-thread-multi' |
71 | archlibexp='/usr/lib/perl5/5.14.2/@ARCH@-thread-multi' | 71 | archlibexp='@STAGINGDIR@/usr/lib/perl5/5.14.2/@ARCH@-thread-multi' |
72 | archname64='' | 72 | archname64='' |
73 | archname='@ARCH@-thread-multi' | 73 | archname='@ARCH@-thread-multi' |
74 | archobjs='' | 74 | archobjs='' |