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

Matthew McClintock msm at freescale.com
Thu Nov 24 01:11:27 UTC 2011


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

Signed-off-by: Matthew McClintock <msm at 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






More information about the bitbake-devel mailing list