]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake: Sync with upstream
authorRichard Purdie <richard@openedhand.com>
Tue, 26 Jun 2007 21:23:37 +0000 (21:23 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 26 Jun 2007 21:23:37 +0000 (21:23 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2012 311d38ba-8fff-0310-9ca6-ca027cbcb966

bitbake/ChangeLog
bitbake/lib/bb/runqueue.py

index 4bac05c4976f168caf0bde3d5ff230f1aefb8fd9..fbf86c649654daaa50254dd04ebe7c321182cad1 100644 (file)
@@ -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)
index ef3cbd30672c1de14f306997213e4e71c64326d5..f64c115e758d2ac28b54a2cec1673042cf48e3ae 100644 (file)
@@ -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]