summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r--bitbake/lib/bb/cooker.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 8c55e3e643..95f38f6236 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -918,7 +918,8 @@ class BBCooker:
918 def pre_serve(self): 918 def pre_serve(self):
919 # Empty the environment. The environment will be populated as 919 # Empty the environment. The environment will be populated as
920 # necessary from the data store. 920 # necessary from the data store.
921 bb.utils.empty_environment() 921 #bb.utils.empty_environment()
922 return
922 923
923 def post_serve(self): 924 def post_serve(self):
924 bb.event.fire(CookerExit(), self.configuration.event_data) 925 bb.event.fire(CookerExit(), self.configuration.event_data)