mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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] (From OE-Core rev: 91faa9132821db4e7010b79943b2cfb804d6f4c5) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9784ad79a4
commit
52493384aa
@@ -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`"
|
||||
|
||||
Reference in New Issue
Block a user