diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/utils.py b/bitbake/lib/bb/utils.py index 77ad39ee86..ee4ef73bfc 100644 --- a/bitbake/lib/bb/utils.py +++ b/bitbake/lib/bb/utils.py | |||
@@ -423,8 +423,6 @@ def preserved_envvars(): | |||
423 | 'BB_PRESERVE_ENV', | 423 | 'BB_PRESERVE_ENV', |
424 | 'BB_ENV_WHITELIST', | 424 | 'BB_ENV_WHITELIST', |
425 | 'BB_ENV_EXTRAWHITE', | 425 | 'BB_ENV_EXTRAWHITE', |
426 | 'LANG', | ||
427 | '_', | ||
428 | ] | 426 | ] |
429 | return v + preserved_envvars_exported() + preserved_envvars_exported_interactive() | 427 | return v + preserved_envvars_exported() + preserved_envvars_exported_interactive() |
430 | 428 | ||