diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-29 21:38:25 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-29 21:38:37 +0100 |
| commit | 64d9976cdc812b173593274e25ac95e155ca3267 (patch) | |
| tree | 04b8b8e6fc2ecdbf7f9bcb6a2d5a5140d2a687de /bitbake | |
| parent | b5dad0e5635209d89a3bb665e2b79814e92c4c70 (diff) | |
| download | poky-64d9976cdc812b173593274e25ac95e155ca3267.tar.gz | |
knotty: Add back getTasks() call to ensure we don't repeat messges
(Bitbake rev: 8fed4fdf4bbbc9ef036ff96755c0bfe15c3a9dd0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
| -rw-r--r-- | bitbake/lib/bb/ui/knotty.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py index f8af4dc5fb..01674169ec 100644 --- a/bitbake/lib/bb/ui/knotty.py +++ b/bitbake/lib/bb/ui/knotty.py | |||
| @@ -88,6 +88,8 @@ class TerminalFilter(object): | |||
| 88 | if len(runningpids) == 0: | 88 | if len(runningpids) == 0: |
| 89 | return | 89 | return |
| 90 | 90 | ||
| 91 | self.helper.getTasks() | ||
| 92 | |||
| 91 | tasks = [] | 93 | tasks = [] |
| 92 | for t in runningpids: | 94 | for t in runningpids: |
| 93 | tasks.append("%s (pid %s)" % (activetasks[t]["title"], t)) | 95 | tasks.append("%s (pid %s)" % (activetasks[t]["title"], t)) |
