* Matthew McClintock : Nothing uses USERNAME, remove it - can cause sstate-cache conflicts
@ 2011-11-25 0:31 git
0 siblings, 0 replies; only message in thread
From: git @ 2011-11-25 0:31 UTC (permalink / raw)
To: bitbake-devel
Module: bitbake.git
Branch: master
Commit: d7f9edda65dae2e046871afa275c5a51dff48fc4
URL: http://git.openembedded.org/?p=bitbake.git&a=commit;h=d7f9edda65dae2e046871afa275c5a51dff48fc4
Author: Matthew McClintock <msm@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@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@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():
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-25 0:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-25 0:31 Matthew McClintock : Nothing uses USERNAME, remove it - can cause sstate-cache conflicts git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.