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 44d658687d..434ffdc334 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb | |||
@@ -79,6 +79,9 @@ if [ -d "\$OECORE_NATIVE_SYSROOT/environment-setup.d" ]; then | |||
79 | . \$envfile | 79 | . \$envfile |
80 | done | 80 | done |
81 | fi | 81 | fi |
82 | # We have to unset this else it can confuse oe-selftest and other tools | ||
83 | # which may also use the overlapping namespace. | ||
84 | unset OECORE_NATIVE_SYSROOT | ||
82 | EOF | 85 | EOF |
83 | 86 | ||
84 | mkdir -p ${SDK_OUTPUT}/${SDKPATHNATIVE}${sysconfdir}/ | 87 | mkdir -p ${SDK_OUTPUT}/${SDKPATHNATIVE}${sysconfdir}/ |