]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
scripts: ensure tinfoil is shut down correctly paule/tinfoil-fixes-oe
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 5 Aug 2015 14:48:00 +0000 (15:48 +0100)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 31 Aug 2016 19:48:52 +0000 (07:48 +1200)
commit62c4df62df0b96f8dc4d3ddb37a3b3bfe9cc54a6
treefbe787e2fc9e554fe0eacf06c5868e63ce7a6fec
parente2adf2542c28268aa3ad9329e32e01fb50b502b4
scripts: 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>
scripts/contrib/list-packageconfig-flags.py
scripts/contrib/verify-homepage.py
scripts/devtool
scripts/lib/devtool/build_image.py
scripts/lib/devtool/deploy.py
scripts/lib/devtool/runqemu.py
scripts/lib/devtool/standard.py
scripts/lib/devtool/upgrade.py
scripts/oe-pkgdata-util
scripts/recipetool