[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5114/8267] bitbake: runqueue: minor typo fix



commit 812fabbd30a062f6e726e6ae0399d87e85bf7fa3
Author: Andre McCurdy <armccurdy gmail com>
Date:   Tue Mar 14 19:36:26 2017 -0700

    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>

 bitbake/lib/bb/runqueue.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 38304d1..701ef1d 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]