diff options
author | Matthew McClintock <msm@freescale.com> | 2011-11-23 19:11:27 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-25 00:30:30 +0000 |
commit | 340657142ec635d0fba451b448521727cc38cd56 (patch) | |
tree | a6777b0f550721f641d7d9f5918fbcfd9468ab44 /bitbake/lib/bb | |
parent | 1cfd618493c30ccadb6ca3691074562d1589e8d8 (diff) | |
download | poky-340657142ec635d0fba451b448521727cc38cd56.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.
(Bitbake rev: d7f9edda65dae2e046871afa275c5a51dff48fc4)
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
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(): | |||
505 | 'SHELL', | 505 | 'SHELL', |
506 | 'TERM', | 506 | 'TERM', |
507 | 'USER', | 507 | 'USER', |
508 | 'USERNAME', | ||
509 | ] | 508 | ] |
510 | 509 | ||
511 | def preserved_envvars_exported_interactive(): | 510 | def preserved_envvars_exported_interactive(): |