mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00: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:
@@ -16,7 +16,7 @@ S = "${WORKDIR}/jpeg-${PV}"
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF="--enable-static --enable-shared"
|
||||
EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR}/${HOST_SYS}-libtool"'
|
||||
EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool"'
|
||||
|
||||
CFLAGS_append = " -D_REENTRANT"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user