aboutsummaryrefslogtreecommitdiffstats
path: root/bin/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bitbake')
-rwxr-xr-xbin/bitbake5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/bitbake b/bin/bitbake
index 40f4b0cc1..a23a17189 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -4,6 +4,7 @@
#
# Copyright (C) 2003, 2004 Chris Larson
# Copyright (C) 2003, 2004 Phil Blundell
+# Copyright (C) 2003 - 2005 Michael 'Mickey' Lauer
# Copyright (C) 2005 Holger Hans Peter Freyther
# Copyright (C) 2005 ROAD GmbH
#
@@ -37,7 +38,6 @@ __build_path = []
__preferred = {}
__world_target = Set()
-__ignored_dependencies = Set()
__stats = {}
@@ -640,7 +640,8 @@ if __name__ == "__main__":
printStats()
ignore = bb.data.getVar("ASSUME_PROVIDED", make.cfg, 1) or ""
- __ignored_dependencies = ignore.split()
+ global __ignored_dependencies
+ __ignored_dependencies = Set( ignore.split() )
collections = bb.data.getVar("BBFILE_COLLECTIONS", make.cfg, 1)
if collections: