diff options
author | Richard Purdie <richard@openedhand.com> | 2007-06-26 21:23:37 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-06-26 21:23:37 +0000 |
commit | d3076aca9d68e617b26c19f75dc701f38716bbc3 (patch) | |
tree | 1a2216cc2bb6e857ecb9bc47404aa957b4450e38 /bitbake/lib/bb | |
parent | 3cb385b9816481085a78adc55879ae940abfd327 (diff) | |
download | poky-d3076aca9d68e617b26c19f75dc701f38716bbc3.tar.gz |
bitbake: Sync with upstream
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2012 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/lib/bb')
-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 ef3cbd3067..f64c115e75 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -95,7 +95,7 @@ class RunQueue: | |||
95 | # Nothing to do | 95 | # Nothing to do |
96 | return | 96 | return |
97 | 97 | ||
98 | bb.msg.note(1, bb.msg.domain.RunQueue, "Preparing Runqueue") | 98 | bb.msg.note(1, bb.msg.domain.RunQueue, "Preparing runqueue") |
99 | 99 | ||
100 | for task in range(len(taskData.tasks_name)): | 100 | for task in range(len(taskData.tasks_name)): |
101 | fnid = taskData.tasks_fnid[task] | 101 | fnid = taskData.tasks_fnid[task] |