bitbake: Make sure existing environment variables are properly exported

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-05-09 15:23:28 +01:00
parent 6a6f5cc820
commit 44a88198c1
2 changed files with 2 additions and 0 deletions

View File

@ -329,6 +329,7 @@ def inheritFromOS(d):
for s in os.environ.keys():
try:
setVar(s, os.environ[s], d)
setVarFlag(s, "export", True, d)
except TypeError:
pass

View File

@ -329,6 +329,7 @@ def inheritFromOS(d):
for s in os.environ.keys():
try:
setVar(s, os.environ[s], d)
setVarFlag(s, "export", True, d)
except TypeError:
pass