diff options
Diffstat (limited to 'meta/packages/perl/perl.inc')
-rw-r--r-- | meta/packages/perl/perl.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/perl/perl.inc b/meta/packages/perl/perl.inc index 7e42f45314..6ee0ed702c 100644 --- a/meta/packages/perl/perl.inc +++ b/meta/packages/perl/perl.inc | |||
@@ -14,10 +14,10 @@ SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ | |||
14 | file://config.sh-mipsel-linux \ | 14 | file://config.sh-mipsel-linux \ |
15 | file://config.sh-i686-linux" | 15 | file://config.sh-i686-linux" |
16 | 16 | ||
17 | HOSTPERL="${STAGING_BINDIR}/perl${PV}" | 17 | HOSTPERL="${STAGING_BINDIR_NATIVE}/perl${PV}" |
18 | 18 | ||
19 | do_configure() { | 19 | do_configure() { |
20 | ln -sf ${HOSTPERL} ${STAGING_BINDIR}/hostperl | 20 | ln -sf ${HOSTPERL} ${STAGING_BINDIR_NATIVE}/hostperl |
21 | cp ${HOSTPERL} hostperl | 21 | cp ${HOSTPERL} hostperl |
22 | cd Cross | 22 | cd Cross |
23 | rm Makefile.SH.patch | 23 | rm Makefile.SH.patch |