]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: fix python unclosed file ResourceWarning
authorChen Qi <Qi.Chen@windriver.com>
Tue, 18 Dec 2018 06:53:43 +0000 (14:53 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Jan 2019 21:14:47 +0000 (21:14 +0000)
commit91810a57f0edd8b37c5f3f989a5aca69d9a40b37
tree26eed765751cb7169b39dd2bebfc035459ed95c6
parente2f863e13d33b193b1b5b1ba08f574776a210ac1
package.bbclass: fix python unclosed file ResourceWarning

Fix the following warning.

  ResourceWarning: unclosed file <_io.TextIOWrapper name='/.../systemd/1_239-r0/debugsources.list' mode='a' encoding='UTF-8'>

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass