]> code.ossystems Code Review - openembedded-core.git/commitdiff
native.bbclass: Override STAGING_BINDIR_CROSS
authorRichard Purdie <richard@openedhand.com>
Mon, 8 Jan 2007 21:07:49 +0000 (21:07 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 8 Jan 2007 21:07:49 +0000 (21:07 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1126 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/native.bbclass

index 7d80c9c2bd77bad1e4191dbea60754e0b4c4ee68..556c0e17e2a6f4423cb593cba188532e8a4b2d8e 100644 (file)
@@ -37,6 +37,7 @@ LDFLAGS = "${BUILD_LDFLAGS}"
 LDFLAGS_build-darwin = "-L${STAGING_DIR}/${BUILD_SYS}/lib "
 
 STAGING_BINDIR = "${STAGING_BINDIR_NATIVE}"
+STAGING_BINDIR_CROSS = "${STAGING_BINDIR_NATIVE}"
 
 # set the compiler as well. It could have been set to something else
 export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}"