diff options
-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 bf68cfcc8..6d7664ed7 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}/" 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 |