diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 3 |
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 |
82 | fi | 82 | fi |
83 | # We have to unset this else it can confuse oe-selftest and other tools | ||
84 | # which may also use the overlapping namespace. | ||
85 | unset OECORE_NATIVE_SYSROOT | ||
83 | EOF | 86 | EOF |
84 | 87 | ||
85 | if [ "${SDKMACHINE}" = "i686" ]; then | 88 | if [ "${SDKMACHINE}" = "i686" ]; then |