From: Kevin Tian Date: Wed, 12 May 2010 14:43:51 +0000 (+0800) Subject: poky-env-internal: unset variables to avoid disturbing new GIT clone X-Git-Tag: 2011-1~5989^2 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5a3f17ee6b1ac156e2d8d30b9f6304d4731d9163;p=openembedded-core.git poky-env-internal: unset variables to avoid disturbing new GIT clone Signed-off-by Kevin Tian --- diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 86e038727c..7ffd25f91f 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal @@ -104,6 +104,10 @@ if ! (test -r "$BUILDDIR/conf/bblayers.conf"); then cp -f $POKYLAYERCONF $BUILDDIR/conf/bblayers.conf fi +# Prevent disturbing a new GIT clone in same console +unset POKYLOCALCONF +unset POKYLAYERCONF + export BBPATH OEROOT BUILD_SYS BUILDDIR # Kill off the TERMINFO variable, as glibc will grab its contents in its 'make