summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/cooker.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 7e0d6b47bf..adc232e288 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -1768,6 +1768,9 @@ class BBCooker:
1768 self.parser.final_cleanup() 1768 self.parser.final_cleanup()
1769 1769
1770 def finishcommand(self): 1770 def finishcommand(self):
1771 if hasattr(self.parser, 'shutdown'):
1772 self.parser.shutdown(clean=False)
1773 self.parser.final_cleanup()
1771 self.state = state.initial 1774 self.state = state.initial
1772 1775
1773 def reset(self): 1776 def reset(self):