diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-05-12 22:43:51 +0800 |
---|---|---|
committer | Kevin Tian <kevin.tian@intel.com> | 2010-05-13 16:27:01 +0800 |
commit | 5a3f17ee6b1ac156e2d8d30b9f6304d4731d9163 (patch) | |
tree | a2a938df8777f58d99e68016b2611837e481a773 /scripts/poky-env-internal | |
parent | b6c691321248da209c482525b96b77d5602688b9 (diff) | |
download | poky-5a3f17ee6b1ac156e2d8d30b9f6304d4731d9163.tar.gz |
poky-env-internal: unset variables to avoid disturbing new GIT clone
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-x | scripts/poky-env-internal | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
104 | cp -f $POKYLAYERCONF $BUILDDIR/conf/bblayers.conf | 104 | cp -f $POKYLAYERCONF $BUILDDIR/conf/bblayers.conf |
105 | fi | 105 | fi |
106 | 106 | ||
107 | # Prevent disturbing a new GIT clone in same console | ||
108 | unset POKYLOCALCONF | ||
109 | unset POKYLAYERCONF | ||
110 | |||
107 | export BBPATH OEROOT BUILD_SYS BUILDDIR | 111 | export BBPATH OEROOT BUILD_SYS BUILDDIR |
108 | 112 | ||
109 | # Kill off the TERMINFO variable, as glibc will grab its contents in its 'make | 113 | # Kill off the TERMINFO variable, as glibc will grab its contents in its 'make |