]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
cooker: Improve taskgraph file handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2016 14:16:11 +0000 (15:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2016 14:19:01 +0000 (15:19 +0100)
commit033c5a16ff19781ed793c2d97d285884017a2a4e
tree42dfab2febb61291af8a195e757b35e3a555ccb1
parent4d880f1d5794f569b6eb5f6e7e3001dd671633c0
cooker: Improve taskgraph file handling

Use open() instead of file() and close files when finished with them.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/cooker.py