From 812fabbd30a062f6e726e6ae0399d87e85bf7fa3 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Tue, 14 Mar 2017 19:36:26 -0700 Subject: bitbake: runqueue: minor typo fix (Bitbake rev: f2c151cd345788a135452f63f622a2bc0b10c2d4) Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- bitbake/lib/bb/runqueue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/runqueue.py') 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: delcount += 1 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 -- cgit v1.2.3-54-g00ecf