summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib')
-rw-r--r--bitbake/lib/bb/cooker.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index a85e3587fd..eb0ed7878e 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -1563,6 +1563,7 @@ class BBCooker:
1563 if self.state in (state.shutdown, state.forceshutdown, state.error): 1563 if self.state in (state.shutdown, state.forceshutdown, state.error):
1564 if hasattr(self.parser, 'shutdown'): 1564 if hasattr(self.parser, 'shutdown'):
1565 self.parser.shutdown(clean=False, force = True) 1565 self.parser.shutdown(clean=False, force = True)
1566 self.parser.final_cleanup()
1566 raise bb.BBHandledException() 1567 raise bb.BBHandledException()
1567 1568
1568 if self.state != state.parsing: 1569 if self.state != state.parsing: