From c270f92b087f5eef9fcbcb6e3561414c767a3e2c Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Wed, 23 Nov 2011 19:11:27 -0600 Subject: 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. (Bitbake rev: d7f9edda65dae2e046871afa275c5a51dff48fc4) Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- bitbake/lib/bb/utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/lib/bb/utils.py b/bitbake/lib/bb/utils.py index f9057020fe..521a0683fc 100644 --- a/bitbake/lib/bb/utils.py +++ b/bitbake/lib/bb/utils.py @@ -505,7 +505,6 @@ def preserved_envvars_exported(): 'SHELL', 'TERM', 'USER', - 'USERNAME', ] def preserved_envvars_exported_interactive(): -- cgit v1.2.3-54-g00ecf