]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake-diffsigs/bitbake-layers: Ensure tinfoil is shut down correctly
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 5 Aug 2015 14:47:12 +0000 (15:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Sep 2016 15:29:36 +0000 (16:29 +0100)
commit131e6dc4bbd197774d35d2b266bfb0816f6e6b1e
treef8d0161f806d32b3a4d593c6f097ff77e8025208
parentf59bc6be2b4af1acdcf6a1b184956b5ffd297743
bitbake-diffsigs/bitbake-layers: Ensure tinfoil is shut down correctly

We should always shut down tinfoil when we're finished with it, either
by explicitly calling the shutdown() method or by using it as a
context manager ("with ...").

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
bin/bitbake-diffsigs
bin/bitbake-layers