diff options
author | Richard Purdie <richard@openedhand.com> | 2007-01-08 21:07:49 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-01-08 21:07:49 +0000 |
commit | 70eeb3ab5c8d0cd8683389d8a4a93ac08d274f67 (patch) | |
tree | 7026c563a0ee0065e476a8e74b48def93f5b1d12 /meta/classes/native.bbclass | |
parent | 81fc6532fbe12fd97f0bdc9f6b8ccd902b538531 (diff) | |
download | poky-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.bbclass | 1 |
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}" | |||
37 | LDFLAGS_build-darwin = "-L${STAGING_DIR}/${BUILD_SYS}/lib " | 37 | LDFLAGS_build-darwin = "-L${STAGING_DIR}/${BUILD_SYS}/lib " |
38 | 38 | ||
39 | STAGING_BINDIR = "${STAGING_BINDIR_NATIVE}" | 39 | STAGING_BINDIR = "${STAGING_BINDIR_NATIVE}" |
40 | STAGING_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 |
42 | export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}" | 43 | export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}" |