diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-03-14 19:36:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-15 17:38:33 +0000 |
commit | 812fabbd30a062f6e726e6ae0399d87e85bf7fa3 (patch) | |
tree | ae0f8fcbd0c35ff10e07f3a0097ac59454e0eebe /bitbake/lib/bb/runqueue.py | |
parent | 6e20b31d5d17133e0fca086e12a0ad06ab5c4cc8 (diff) | |
download | poky-812fabbd30a062f6e726e6ae0399d87e85bf7fa3.tar.gz |
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>
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r-- | 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 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 |