From afdbb026937d4e2ca3e2b824a035fba8f80264c8 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 7 Feb 2011 10:58:40 -0700 Subject: 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. (Bitbake rev: 2cc6b6951bd17832866ec710029d119d2df31ba4) Signed-off-by: Chris Larson Signed-off-by: Richard Purdie --- bitbake/bin/bitbake-layers | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/bin') diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index 08a846be81..ed11e5a386 100644 --- a/bitbake/bin/bitbake-layers +++ b/bitbake/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: -- cgit v1.2.3-54-g00ecf