diff options
author | Zygmunt Krynicki <zygmunt.krynicki@huawei.com> | 2022-02-19 17:40:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-20 16:45:25 +0000 |
commit | b00b5014c8d2dc479b00ce8804b33efe01c67576 (patch) | |
tree | e68d8ec8719eb3964b206a05553eaa5010446246 /bitbake/lib/bb/progress.py | |
parent | abd4a9f4a24e3aaf8fb20094d8c61d041f3e9586 (diff) | |
download | poky-b00b5014c8d2dc479b00ce8804b33efe01c67576.tar.gz |
bitbake: progress: Fix typo "wherever"
(Bitbake rev: bb43be9b8b10b7d799436790e9bce0ef3df4aa6d)
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/progress.py')
-rw-r--r-- | bitbake/lib/bb/progress.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/progress.py b/bitbake/lib/bb/progress.py index 52d704d642..9518be77fb 100644 --- a/bitbake/lib/bb/progress.py +++ b/bitbake/lib/bb/progress.py | |||
@@ -148,7 +148,7 @@ class MultiStageProgressReporter: | |||
148 | for tasks made up of python code spread across multiple | 148 | for tasks made up of python code spread across multiple |
149 | classes / functions - the progress reporter object can | 149 | classes / functions - the progress reporter object can |
150 | be passed around or stored at the object level and calls | 150 | be passed around or stored at the object level and calls |
151 | to next_stage() and update() made whereever needed. | 151 | to next_stage() and update() made wherever needed. |
152 | """ | 152 | """ |
153 | def __init__(self, d, stage_weights, debug=False): | 153 | def __init__(self, d, stage_weights, debug=False): |
154 | """ | 154 | """ |