mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
scripts/poky-env-internal: Unset BDIR after use
This commit is contained in:
@@ -37,6 +37,8 @@ PKGDIR_MOBLIN="$OEROOT/meta-moblin/"
|
||||
BUILDDIR="$OEROOT/$BDIR/"
|
||||
MSG=''
|
||||
|
||||
unset BDIR
|
||||
|
||||
BUILD_ARCH=`uname -m`
|
||||
BUILD_OS=`uname | tr [A-Z] [a-z]`
|
||||
BUILD_SYS="$BUILD_ARCH-$BUILD_OS"
|
||||
|
||||
Reference in New Issue
Block a user