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, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py
index 3d31355fd4..828159ed75 100644
--- a/bitbake/lib/bb/server/process.py
+++ b/bitbake/lib/bb/server/process.py
@@ -223,6 +223,8 @@ class ProcessServer(multiprocessing.Process):
223 223
224 try: 224 try:
225 self.cooker.shutdown(True) 225 self.cooker.shutdown(True)
226 self.cooker.notifier.stop()
227 self.cooker.confignotifier.stop()
226 except: 228 except:
227 pass 229 pass
228 230