aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/bulkchange.py
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2017-01-11 21:53:50 +1300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2017-01-11 21:56:35 +1300
commitf0f61bf574df113309290280519815a6fdbe70ae (patch)
tree5477b0100e7277fe9a2f3610e161496a97913160 /layerindex/bulkchange.py
parente0d163341e0607b6b8c20ee19da3c3ec1e327ddf (diff)
downloadopenembedded-core-contrib-f0f61bf574df113309290280519815a6fdbe70ae.tar.gz
layerindex: Update tinfoil to call shutdown method
The new client/server API of tinfoil requires explicit call of shutdown method to send the event for finalize cooker process. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'layerindex/bulkchange.py')
-rw-r--r--layerindex/bulkchange.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/layerindex/bulkchange.py b/layerindex/bulkchange.py
index ac9079fd68..2d8a7dfdf1 100644
--- a/layerindex/bulkchange.py
+++ b/layerindex/bulkchange.py
@@ -231,6 +231,7 @@ def main():
outp = generate_patches(tinfoil, fetchdir, changeset, sys.argv[2])
finally:
+ tinfoil.shutdown()
utils.unlock_file(lockfile)
if outp: