diff options
author | Chris Laplante <chris.laplante@agilent.com> | 2024-11-25 12:12:03 -0500 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-12-06 05:50:24 -0800 |
commit | 52d9241ee5e02879aa3f751b4e3c92e8a8a4e78c (patch) | |
tree | 11d72cd00cae48901d49744ca58653133151d22e /bitbake/lib/bb/fetch2/__init__.py | |
parent | dbb243bf0bc8ef394640dcfcbbef3397b2617c8f (diff) | |
download | poky-52d9241ee5e02879aa3f751b4e3c92e8a8a4e78c.tar.gz |
bitbake: persist_data: close connection in SQLTable __exit__
A Connection's __exit__ does not close the connection, but rather deals
with transactions. See https://docs.python.org/3/library/sqlite3.html#how-to-use-the-connection-context-manager
This change is not necessary on 'master' because persist_data was
removed.
(Bitbake rev: c9ea354c2df3d94b9ebe7810e83df9efb6007013)
Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'bitbake/lib/bb/fetch2/__init__.py')
0 files changed, 0 insertions, 0 deletions