bitbake: Sync with upstream

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2012 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-06-26 21:23:37 +00:00
parent 3cb385b981
commit d3076aca9d
2 changed files with 4 additions and 1 deletions

View 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)

View 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]