mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
bitbake: runqueue: minor typo fix
(Bitbake rev: f2c151cd345788a135452f63f622a2bc0b10c2d4) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6e20b31d5d
commit
812fabbd30
@@ -818,7 +818,7 @@ class RunQueueData:
|
|||||||
delcount += 1
|
delcount += 1
|
||||||
|
|
||||||
if len(self.runtaskentries) == 0:
|
if len(self.runtaskentries) == 0:
|
||||||
bb.msg.fatal("RunQueue", "No remaining tasks to run run for build target %s with runall %s" % (target, runall))
|
bb.msg.fatal("RunQueue", "No remaining tasks to run for build target %s with runall %s" % (target, runall))
|
||||||
|
|
||||||
#
|
#
|
||||||
# Step D - Sanity checks and computation
|
# Step D - Sanity checks and computation
|
||||||
|
|||||||
Reference in New Issue
Block a user