From 10d326febf6744315b0cb324b98b9f3bd9ea4056 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 20 Dec 2018 11:09:12 +0800 Subject: native.bbclass: remove invalid CONFIG_SITE 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 --- meta/classes/native.bbclass | 3 --- meta/site/native | 1 - 2 files changed, 4 deletions(-) delete mode 100644 meta/site/native 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}" diff --git a/meta/site/native b/meta/site/native deleted file mode 100644 index 7dfb1cbeeb..0000000000 --- a/meta/site/native +++ /dev/null @@ -1 +0,0 @@ -ac_cv_path_SED=sed -- cgit 1.2.3-korg