[bitbake-devel] Matthew McClintock : Nothing uses USERNAME, remove it - can cause sstate-cache conflicts

git at git.openembedded.org git at git.openembedded.org
Fri Nov 25 00:31:45 UTC 2011


Module: bitbake.git
Branch: master
Commit: d7f9edda65dae2e046871afa275c5a51dff48fc4
URL:    http://git.openembedded.org/?p=bitbake.git&a=commit;h=d7f9edda65dae2e046871afa275c5a51dff48fc4

Author: Matthew McClintock <msm at freescale.com>
Date:   Wed Nov 23 19:11:27 2011 -0600

Nothing uses USERNAME, remove it - can cause sstate-cache conflicts

USER is the correct variable to use, also this can affect sstate
cache as well.

Signed-off-by: Matthew McClintock <msm at freescale.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 lib/bb/utils.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/lib/bb/utils.py b/lib/bb/utils.py
index f905702..521a068 100644
--- a/lib/bb/utils.py
+++ b/lib/bb/utils.py
@@ -505,7 +505,6 @@ def preserved_envvars_exported():
         'SHELL',
         'TERM',
         'USER',
-        'USERNAME',
     ]
 
 def preserved_envvars_exported_interactive():





More information about the bitbake-devel mailing list