native.bbclass: Unset CONFIG_SITE since we shouldn't be using site files for native...
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 19 May 2007 23:03:37 +0000 (23:03 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Sat, 19 May 2007 23:03:37 +0000 (23:03 +0000)
classes/native.bbclass

index 556c0e1..43000f9 100644 (file)
@@ -39,6 +39,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}"