mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 22:04:57 +00:00
scripts/poky-env-internal: Unset BDIR after use
This commit is contained in:
parent
4041c25dea
commit
23f08fdde3
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user