Browse Source

bitbake: Sync with upstream

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2012 311d38ba-8fff-0310-9ca6-ca027cbcb966
Richard Purdie 18 years ago
parent
commit
d3076aca9d
2 changed files with 4 additions and 1 deletions
  1. 3 0
      bitbake/ChangeLog
  2. 1 1
      bitbake/lib/bb/runqueue.py

+ 3 - 0
bitbake/ChangeLog

@@ -1,4 +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)

+ 1 - 1
bitbake/lib/bb/runqueue.py

@@ -95,7 +95,7 @@ class RunQueue:
             # Nothing to do
             return
 
-        bb.msg.note(1, bb.msg.domain.RunQueue, "Preparing Runqueue")
+        bb.msg.note(1, bb.msg.domain.RunQueue, "Preparing runqueue")
 
         for task in range(len(taskData.tasks_name)):
             fnid = taskData.tasks_fnid[task]