diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-06 13:16:13 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-06 13:16:13 +0000 |
commit | ffdec425bfb26e152d1da5824a36dfe1fe72cd92 (patch) | |
tree | 38a5233e01e62d57964dbb0bf38ca88a92049386 /bitbake/lib/bb/utils.py | |
parent | 4be017e82fdfbfbe1bf484bf745e770d18417918 (diff) | |
download | poky-ffdec425bfb26e152d1da5824a36dfe1fe72cd92.tar.gz |
bitbake/bitbake-dev: Sync with upstream
Diffstat (limited to 'bitbake/lib/bb/utils.py')
-rw-r--r-- | bitbake/lib/bb/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/utils.py b/bitbake/lib/bb/utils.py index cc3d03f609..5015779f8d 100644 --- a/bitbake/lib/bb/utils.py +++ b/bitbake/lib/bb/utils.py | |||
@@ -323,7 +323,6 @@ def preserved_envvars_list(): | |||
323 | 'HOME', | 323 | 'HOME', |
324 | 'LANG', | 324 | 'LANG', |
325 | 'LOGNAME', | 325 | 'LOGNAME', |
326 | 'OEROOT', | ||
327 | 'PATH', | 326 | 'PATH', |
328 | 'PWD', | 327 | 'PWD', |
329 | 'SESSION_MANAGER', | 328 | 'SESSION_MANAGER', |