From: git@git.openembedded.org
To: bitbake-devel@lists.openembedded.org
Subject: Matthew McClintock : Nothing uses USERNAME, remove it - can cause sstate-cache conflicts
Date: Fri, 25 Nov 2011 00:31:45 +0000 (UTC) [thread overview]
Message-ID: <20111125003145.DBF441032F@opal> (raw)
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():
reply other threads:[~2011-11-25 0:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111125003145.DBF441032F@opal \
--to=git@git.openembedded.org \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.