diff options
| author | Ola x Nilsson <ola.x.nilsson@axis.com> | 2022-09-13 04:26:34 -1000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-16 17:53:22 +0100 |
| commit | f58e385b99ea4871a6ac2b13dad93dc9c455df6f (patch) | |
| tree | 715db41c55a9de00e1f48755e5d504ab01b9ee88 /bitbake/lib/bb/parse/parse_py | |
| parent | 870d4c950bce2abd3362d530233f4cbcda662392 (diff) | |
| download | poky-f58e385b99ea4871a6ac2b13dad93dc9c455df6f.tar.gz | |
bitbake: ConfHandler: Remove lingering close
The f.close() statement should have been removed in
459ad524756a3f9b50feeedf31e33502dceae8d5.
(Bitbake rev: 23221378ff0d8c6908d75d1be3219aae0beee406)
Signed-off-by: Ola x Nilsson <ola.x.nilsson@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9fc1bab6b7e3c0fca3ddec4bc8c7763d2aff8bab)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/parse/parse_py')
| -rw-r--r-- | bitbake/lib/bb/parse/parse_py/ConfHandler.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/parse/parse_py/ConfHandler.py b/bitbake/lib/bb/parse/parse_py/ConfHandler.py index b895d5b5ef..810b6011cf 100644 --- a/bitbake/lib/bb/parse/parse_py/ConfHandler.py +++ b/bitbake/lib/bb/parse/parse_py/ConfHandler.py | |||
| @@ -147,8 +147,6 @@ def handle(fn, data, include): | |||
| 147 | if oldfile: | 147 | if oldfile: |
| 148 | data.setVar('FILE', oldfile) | 148 | data.setVar('FILE', oldfile) |
| 149 | 149 | ||
| 150 | f.close() | ||
| 151 | |||
| 152 | for f in confFilters: | 150 | for f in confFilters: |
| 153 | f(fn, data) | 151 | f(fn, data) |
| 154 | 152 | ||
