[bitbake-devel] [PATCH] runqueue: minor typo fix

Andre McCurdy armccurdy at gmail.com
Wed Mar 15 02:36:26 UTC 2017


Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
---
 lib/bb/runqueue.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index 38304d1..701ef1d 100644
--- a/lib/bb/runqueue.py
+++ b/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
-- 
1.9.1




More information about the bitbake-devel mailing list