summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/perl/perl_5.8.8.bb2
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
47do_configure() { 47do_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