1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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
+1 -1
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]