summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/oe-find-native-sysroot1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/oe-find-native-sysroot b/scripts/oe-find-native-sysroot
index 5c8681efce..235a67c95c 100755
--- a/scripts/oe-find-native-sysroot
+++ b/scripts/oe-find-native-sysroot
@@ -47,7 +47,6 @@ fi
47 47
48# Global vars 48# Global vars
49BITBAKE_E="" 49BITBAKE_E=""
50OECORE_NATIVE_SYSROOT=""
51set_oe_native_sysroot(){ 50set_oe_native_sysroot(){
52 echo "Running bitbake -e $1" 51 echo "Running bitbake -e $1"
53 BITBAKE_E="`bitbake -e $1`" 52 BITBAKE_E="`bitbake -e $1`"