aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2011-02-07 10:58:40 -0700
committerChris Larson <chris_larson@mentor.com>2011-02-07 10:58:42 -0700
commit2cc6b6951bd17832866ec710029d119d2df31ba4 (patch)
treea9e2804bb4fd80e2d328973b7c9052fa60e4adfa /bin
parent78b6d4cb26cec3321f8eec9889205a6b93b2ee18 (diff)
downloadbitbake-2cc6b6951bd17832866ec710029d119d2df31ba4.tar.gz
bitbake-layers: fix bug with env vars leaking in
I forgot that bin/bitbake is what does the environment filtering based upon BB_ENV_WHITELIST, etc. Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake-layers1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bitbake-layers b/bin/bitbake-layers
index 08a846be8..ed11e5a38 100755
--- a/bin/bitbake-layers
+++ b/bin/bitbake-layers
@@ -21,6 +21,7 @@ default_cmd = 'show_appends'
def main(args):
logging.basicConfig(format='%(levelname)s: %(message)s')
+ bb.utils.clean_environment()
cmds = Commands()
if args: