1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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
+1
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
+1
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