scripts/poky-env-internal: Unset BDIR after use

This commit is contained in:
Richard Purdie 2008-10-28 10:01:03 +00:00
parent 4041c25dea
commit 23f08fdde3
1 changed files with 2 additions and 0 deletions

View File

@ -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"