summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server/process.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/server/process.py')
-rw-r--r--bitbake/lib/bb/server/process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py
index 9ca2b6958d..f8d6767855 100644
--- a/bitbake/lib/bb/server/process.py
+++ b/bitbake/lib/bb/server/process.py
@@ -137,7 +137,7 @@ class ProcessServer(Process, BaseImplServer):
137 logger.exception('Running command %s', command) 137 logger.exception('Running command %s', command)
138 138
139 self.event_queue.close() 139 self.event_queue.close()
140 bb.event.unregister_UIHhandler(self.event_handle.value) 140 bb.event.unregister_UIHhandler(self.event_handle.value, True)
141 self.command_channel.close() 141 self.command_channel.close()
142 self.cooker.shutdown(True) 142 self.cooker.shutdown(True)
143 self.quitout.close() 143 self.quitout.close()