From 0f70631544532f4beb39856dbdcbbf01c7860257 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 5 Jan 2011 11:24:14 +0000 Subject: bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed line from the last UI commit Signed-off-by: Richard Purdie --- bitbake/lib/bb/build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/lib/bb/build.py') 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') NULL = open(os.devnull, 'r+') + # When we execute a python function we'd like certain things # in all namespaces, hence we add them to __builtins__ # If we do not do this and use the exec globals, they will -- cgit v1.2.3-54-g00ecf