[oe-commits] [openembedded-core] 03/50: oe-find-native-sysroot: don't clear OECORE_NATIVE_SYSROOT

git at git.openembedded.org git at git.openembedded.org
Fri Apr 28 08:23:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 91faa9132821db4e7010b79943b2cfb804d6f4c5
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Mon Apr 24 20:35:42 2017 -0700

    oe-find-native-sysroot: don't clear OECORE_NATIVE_SYSROOT
    
    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>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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`"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list