[OE-core] [PATCH 1/1] oe-find-native-sysroot: don't clear OECORE_NATIVE_SYSROOT

Robert Yang liezhi.yang at windriver.com
Tue Apr 25 03:35:42 UTC 2017


The OECORE_NATIVE_SYSROOT may come from environment vars, so don't clear
it, otherwise it broke runqemu-extract-sdk on sdk.

[YOCTO #11409]

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 scripts/oe-find-native-sysroot | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/oe-find-native-sysroot b/scripts/oe-find-native-sysroot
index 5c8681e..235a67c 100755
--- a/scripts/oe-find-native-sysroot
+++ b/scripts/oe-find-native-sysroot
@@ -47,7 +47,6 @@ fi
 
 # Global vars
 BITBAKE_E=""
-OECORE_NATIVE_SYSROOT=""
 set_oe_native_sysroot(){
     echo "Running bitbake -e $1"
     BITBAKE_E="`bitbake -e $1`"
-- 
2.10.2




More information about the Openembedded-core mailing list