summaryrefslogtreecommitdiffstats
path: root/meta/classes/native.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-01-08 21:07:49 +0000
committerRichard Purdie <richard@openedhand.com>2007-01-08 21:07:49 +0000
commit70eeb3ab5c8d0cd8683389d8a4a93ac08d274f67 (patch)
tree7026c563a0ee0065e476a8e74b48def93f5b1d12 /meta/classes/native.bbclass
parent81fc6532fbe12fd97f0bdc9f6b8ccd902b538531 (diff)
downloadpoky-70eeb3ab5c8d0cd8683389d8a4a93ac08d274f67.tar.gz
native.bbclass: Override STAGING_BINDIR_CROSS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1126 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r--meta/classes/native.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index 7d80c9c2bd..556c0e17e2 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -37,6 +37,7 @@ LDFLAGS = "${BUILD_LDFLAGS}"
37LDFLAGS_build-darwin = "-L${STAGING_DIR}/${BUILD_SYS}/lib " 37LDFLAGS_build-darwin = "-L${STAGING_DIR}/${BUILD_SYS}/lib "
38 38
39STAGING_BINDIR = "${STAGING_BINDIR_NATIVE}" 39STAGING_BINDIR = "${STAGING_BINDIR_NATIVE}"
40STAGING_BINDIR_CROSS = "${STAGING_BINDIR_NATIVE}"
40 41
41# set the compiler as well. It could have been set to something else 42# set the compiler as well. It could have been set to something else
42export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}" 43export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}"