Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH] Nothing uses USERNAME, remove it - can cause sstate-cache conflicts
@ 2011-11-24  1:11 Matthew McClintock
  2011-11-25  0:29 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew McClintock @ 2011-11-24  1:11 UTC (permalink / raw)
  To: bitbake-devel

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

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 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():
-- 
1.7.6.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-25  0:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-24  1:11 [PATCH] Nothing uses USERNAME, remove it - can cause sstate-cache conflicts Matthew McClintock
2011-11-25  0:29 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox