aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2018-12-20 11:09:12 +0800
committerRobert Yang <liezhi.yang@windriver.com>2019-01-24 15:05:14 +0800
commit10d326febf6744315b0cb324b98b9f3bd9ea4056 (patch)
tree0f2738efa4f7c6f1ced25d187e3f9b5c5f07a516 /meta/classes
parenta4edfa4cf451bf412525887b5b24b9db6486ae97 (diff)
downloadopenembedded-core-contrib-10d326febf6744315b0cb324b98b9f3bd9ea4056.tar.gz
native.bbclass: remove invalid CONFIG_SITErbt/native
This CONFIG_SITE has no effect since autotools.bbclass handles it. And the comment line is out of date, it was for "CONFIG_SITE = ''", so remove them. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/native.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index ddccfe2e1d..c20c6dcfb6 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -54,9 +54,6 @@ TOOLCHAIN_OPTIONS = ""
# Don't build ptest natively
PTEST_ENABLED = "0"
-# Don't use site files for native builds
-export CONFIG_SITE = "${COREBASE}/meta/site/native"
-
# set the compiler as well. It could have been set to something else
export CC = "${BUILD_CC}"
export CXX = "${BUILD_CXX}"