mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and STAGING_BINDIR_NATIVE and adding both to PATH
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@958 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -14,10 +14,10 @@ SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
|
||||
file://config.sh-mipsel-linux \
|
||||
file://config.sh-i686-linux"
|
||||
|
||||
HOSTPERL="${STAGING_BINDIR}/perl${PV}"
|
||||
HOSTPERL="${STAGING_BINDIR_NATIVE}/perl${PV}"
|
||||
|
||||
do_configure() {
|
||||
ln -sf ${HOSTPERL} ${STAGING_BINDIR}/hostperl
|
||||
ln -sf ${HOSTPERL} ${STAGING_BINDIR_NATIVE}/hostperl
|
||||
cp ${HOSTPERL} hostperl
|
||||
cd Cross
|
||||
rm Makefile.SH.patch
|
||||
|
||||
@@ -26,7 +26,7 @@ PARALLEL_MAKE = ""
|
||||
PR = "r21"
|
||||
|
||||
do_configure() {
|
||||
ln -sf ${HOSTPERL} ${STAGING_BINDIR}/hostperl
|
||||
ln -sf ${HOSTPERL} ${STAGING_BINDIR_NATIVE}/hostperl
|
||||
cp ${HOSTPERL} hostperl
|
||||
cd Cross
|
||||
rm Makefile.SH.patch
|
||||
|
||||
Reference in New Issue
Block a user