]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl: Update to work with native binary relative path locations
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 22 Feb 2010 22:30:26 +0000 (22:30 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 22 Feb 2010 22:30:26 +0000 (22:30 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/perl/perl_5.8.8.bb

index bf68cfcc8e6dc8be0b5a8dd196cc9050ecfa45fe..6d7664ed7c9545f61252de668bc9ad8a9bae3b97 100644 (file)
@@ -46,7 +46,7 @@ export PERLHOSTLIB = "${STAGING_LIBDIR_NATIVE}/perl/${PV}/"
 
 do_configure() {
         # Make hostperl in build directory be the native perl
-        cp -f ${HOSTPERL} hostperl
+        ln -s ${HOSTPERL} hostperl
 
         # Do our work in the cross subdir
         cd Cross