From: Chris Larson Date: Mon, 7 Feb 2011 17:58:40 +0000 (-0700) Subject: bitbake-layers: fix bug with env vars leaking in X-Git-Tag: 2011-1~2391 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=afdbb026937d4e2ca3e2b824a035fba8f80264c8;p=openembedded-core.git 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 --- 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: