diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-10 12:03:40 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-10 13:24:03 +0000 |
| commit | c1864191732a4d221b02f0bce58129fb29e714d2 (patch) | |
| tree | 561a9d2ea90530da2bf9380ad8ccf75623eb0a44 /bitbake/lib/bb/data.py | |
| parent | b127874ee6f7b8801575a10f4b7df02783aafdeb (diff) | |
| download | poky-c1864191732a4d221b02f0bce58129fb29e714d2.tar.gz | |
bitbake: Sync environment handling function names and comments with upstream alterations
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/data.py')
| -rw-r--r-- | bitbake/lib/bb/data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/data.py b/bitbake/lib/bb/data.py index 53ce7d62d3..198b628fad 100644 --- a/bitbake/lib/bb/data.py +++ b/bitbake/lib/bb/data.py | |||
| @@ -161,7 +161,7 @@ def expandKeys(alterdata, readdata = None): | |||
| 161 | 161 | ||
| 162 | def inheritFromOS(d): | 162 | def inheritFromOS(d): |
| 163 | """Inherit variables from the environment.""" | 163 | """Inherit variables from the environment.""" |
| 164 | exportlist = bb.utils.preserved_envvars_export_list() | 164 | exportlist = bb.utils.preserved_envvars_exported() |
| 165 | for s in os.environ.keys(): | 165 | for s in os.environ.keys(): |
| 166 | try: | 166 | try: |
| 167 | setVar(s, os.environ[s], d) | 167 | setVar(s, os.environ[s], d) |
