diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-22 22:30:26 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-22 22:30:26 +0000 |
commit | e3eb1286e10764ca4ea64b9b58ad2e8bcfe913c9 (patch) | |
tree | b594a9dd50e928e3aed6117b82558c7b0aa7c52c /meta | |
parent | 7a60d379e88f92ee6725387c11a7e5326d91480f (diff) | |
download | poky-e3eb1286e10764ca4ea64b9b58ad2e8bcfe913c9.tar.gz |
perl: Update to work with native binary relative path locations
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/perl/perl_5.8.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/perl/perl_5.8.8.bb b/meta/packages/perl/perl_5.8.8.bb index bf68cfcc8e..6d7664ed7c 100644 --- a/meta/packages/perl/perl_5.8.8.bb +++ b/meta/packages/perl/perl_5.8.8.bb | |||
@@ -46,7 +46,7 @@ export PERLHOSTLIB = "${STAGING_LIBDIR_NATIVE}/perl/${PV}/" | |||
46 | 46 | ||
47 | do_configure() { | 47 | do_configure() { |
48 | # Make hostperl in build directory be the native perl | 48 | # Make hostperl in build directory be the native perl |
49 | cp -f ${HOSTPERL} hostperl | 49 | ln -s ${HOSTPERL} hostperl |
50 | 50 | ||
51 | # Do our work in the cross subdir | 51 | # Do our work in the cross subdir |
52 | cd Cross | 52 | cd Cross |