]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
license_image.bbclass: close package.manifest file
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 7 Apr 2022 14:31:50 +0000 (16:31 +0200)
committerSteve Sakoman <steve@sakoman.com>
Thu, 14 Apr 2022 17:19:24 +0000 (07:19 -1000)
commit3e88c663e65fbc1b2e77a8616af4371224ed0ca5
treefdaa73319d6332f1c1aa8d10a91e10c2e3e37fc0
parent4e79b3fa07d6b8d044f2fb21e691ff3683aee1ea
license_image.bbclass: close package.manifest file

* fixes:
  NOTE: Executing write_package_manifest ...
  DEBUG: Executing python function write_package_manifest
  /OE/build/oe-core/openembedded-core/meta/classes/license_image.bbclass:23: ResourceWarning: unclosed file <_io.TextIOWrapper name='/OE/build/oe-core/tmp-glibc/deploy/licenses/core-image-minimal-qemux86-64/package.manifest' mode='w+' encoding='UTF-8'>
    'w+').write(output)
  ResourceWarning: Enable tracemalloc to get the object allocation traceback
  DEBUG: Python function write_package_manifest finished

[YOCTO #14772]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b3114d5d438b7a63a276b4e825b62f3b1ebceed6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/license_image.bbclass