]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: 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 17:09:48 +0000 (18:09 +0100)
commitf551e67fa79810ac82d5a226a328b8d79ba725fe
treedd3b3b595ae5588cec74767350ed4ce4801f709b
parent8f277fcf338cbbb191e4f1ccd547c52ef5f8a107
bitbake: 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 ...").

(Bitbake rev: 131e6dc4bbd197774d35d2b266bfb0816f6e6b1e)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake-diffsigs
bitbake/bin/bitbake-layers