summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r--bitbake/lib/bb/runqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 38304d16d3..701ef1d700 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -818,7 +818,7 @@ class RunQueueData:
818 delcount += 1 818 delcount += 1
819 819
820 if len(self.runtaskentries) == 0: 820 if len(self.runtaskentries) == 0:
821 bb.msg.fatal("RunQueue", "No remaining tasks to run run for build target %s with runall %s" % (target, runall)) 821 bb.msg.fatal("RunQueue", "No remaining tasks to run for build target %s with runall %s" % (target, runall))
822 822
823 # 823 #
824 # Step D - Sanity checks and computation 824 # Step D - Sanity checks and computation