aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-11-23 19:11:27 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-25 00:29:00 +0000
commitd7f9edda65dae2e046871afa275c5a51dff48fc4 (patch)
tree1026ee526944d8b8091fb68c1b2164fbb5ef1c52
parent6c879b44ccf42dc73fe4467076e114700d7ba81b (diff)
downloadbitbake-d7f9edda65dae2e046871afa275c5a51dff48fc4.tar.gz
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@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bb/utils.py b/lib/bb/utils.py
index f9057020f..521a0683f 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():