]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
native.bbclass: remove invalid CONFIG_SITE rbt/native
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 20 Dec 2018 03:09:12 +0000 (11:09 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Thu, 24 Jan 2019 07:05:14 +0000 (15:05 +0800)
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>
meta/classes/native.bbclass
meta/site/native [deleted file]

index ddccfe2e1d45e12a8904b80d7b082aee140c1034..c20c6dcfb6ef97cbcdc7f93faef91bbaaa042baa 100644 (file)
@@ -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}"
diff --git a/meta/site/native b/meta/site/native
deleted file mode 100644 (file)
index 7dfb1cb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-ac_cv_path_SED=sed