]> code.ossystems Code Review - openembedded-core.git/commitdiff
native.bbclass: Don't use site files for native builds
authorRichard Purdie <richard@openedhand.com>
Sat, 1 Sep 2007 16:40:35 +0000 (16:40 +0000)
committerRichard Purdie <richard@openedhand.com>
Sat, 1 Sep 2007 16:40:35 +0000 (16:40 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2632 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/native.bbclass

index 337e4a9e69601a9255e69ab10b2c568b8554d4b1..104d5a49da952f53d36f0cd9a5fae1b112dd2431 100644 (file)
@@ -32,6 +32,9 @@ LDFLAGS_build-darwin = "-L${STAGING_DIR}/${BUILD_SYS}/lib "
 STAGING_BINDIR = "${STAGING_BINDIR_NATIVE}"
 STAGING_BINDIR_CROSS = "${STAGING_BINDIR_NATIVE}"
 
+# Don't use site files for native builds
+export CONFIG_SITE = ""
+
 # set the compiler as well. It could have been set to something else
 export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}"
 export CXX = "${CCACHE}${HOST_PREFIX}g++ ${HOST_CC_ARCH}"