mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +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:
@@ -9,7 +9,7 @@ SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
export PKG_CONFIG="${STAGING_BINDIR}/pkg-config"
|
||||
export PKG_CONFIG="${STAGING_BINDIR_NATIVE}/pkg-config"
|
||||
|
||||
EXTRA_OECONF = "--disable-binreloc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user