[oe-commits] [bitbake] branch master updated: runqueue: minor typo fix

git at git.openembedded.org git at git.openembedded.org
Wed Mar 15 17:39:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository bitbake.

The following commit(s) were added to refs/heads/master by this push:
     new f2c151c  runqueue: minor typo fix
f2c151c is described below

commit f2c151cd345788a135452f63f622a2bc0b10c2d4
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Tue Mar 14 19:36:26 2017 -0700

    runqueue: minor typo fix
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list