diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2011-01-05 11:24:14 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-01-05 11:24:14 +0000 |
commit | 0f70631544532f4beb39856dbdcbbf01c7860257 (patch) | |
tree | f8bfa01577a9aa485551065998281a037cb27e1a /bitbake/lib/bb/build.py | |
parent | 2e0ef25a50c6a31cd6de52dfb31a04b77e694da3 (diff) | |
download | poky-0f70631544532f4beb39856dbdcbbf01c7860257.tar.gz |
bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed line from the last UI commit
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/build.py')
-rw-r--r-- | bitbake/lib/bb/build.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/build.py b/bitbake/lib/bb/build.py index e288e35613..129150a760 100644 --- a/bitbake/lib/bb/build.py +++ b/bitbake/lib/bb/build.py | |||
@@ -40,6 +40,7 @@ logger = logging.getLogger('BitBake.Build') | |||
40 | 40 | ||
41 | NULL = open(os.devnull, 'r+') | 41 | NULL = open(os.devnull, 'r+') |
42 | 42 | ||
43 | |||
43 | # When we execute a python function we'd like certain things | 44 | # When we execute a python function we'd like certain things |
44 | # in all namespaces, hence we add them to __builtins__ | 45 | # in all namespaces, hence we add them to __builtins__ |
45 | # If we do not do this and use the exec globals, they will | 46 | # If we do not do this and use the exec globals, they will |