summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-06-26 16:44:48 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-06-26 16:44:48 +0000
commitdb17fb53b58bcf5191742783183cb267d0365bb4 (patch)
treeaa5da8181de17d45918d00f61d48d08c1dd284bd
parent02941033fc42253f8fdbb8b04e651c7b99fe1cd4 (diff)
downloadbitbake-db17fb53b58bcf5191742783183cb267d0365bb4.tar.gz
taskdata: Remove supriours PREFERRED_PROVIDER warnings
-rw-r--r--ChangeLog1
-rw-r--r--lib/bb/taskdata.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 579c32a1c..fbf86c649 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
Changes in Bitbake 1.8.x:
- Correctly redirect stdin when forking
- If parsing errors are found, exit, too many users miss the errors
+ - Remove supriours PREFERRED_PROVIDER warnings
Changes in Bitbake 1.8.4:
- Make sure __inherit_cache is updated before calling include() (from Michael Krelin)
diff --git a/lib/bb/taskdata.py b/lib/bb/taskdata.py
index fdd7848bb..632a84276 100644
--- a/lib/bb/taskdata.py
+++ b/lib/bb/taskdata.py
@@ -448,6 +448,7 @@ class TaskData:
eligible.remove(p)
eligible = [p] + eligible
preferred.append(p)
+ break
if len(eligible) > 1 and len(preferred) == 0:
if item not in self.consider_msgs_cache: