summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index ef56f76fa7..560b8d67b9 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -80,6 +80,9 @@ if [ -d "\$OECORE_NATIVE_SYSROOT/environment-setup.d" ]; then
80 . \$envfile 80 . \$envfile
81 done 81 done
82fi 82fi
83# We have to unset this else it can confuse oe-selftest and other tools
84# which may also use the overlapping namespace.
85unset OECORE_NATIVE_SYSROOT
83EOF 86EOF
84 87
85 if [ "${SDKMACHINE}" = "i686" ]; then 88 if [ "${SDKMACHINE}" = "i686" ]; then