summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 5d01af31ac..23fffc97bc 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -158,6 +158,7 @@ class BBCooker:
158 # 158 #
159 self.configuration.event_data = bb.data.createCopy(self.configuration.data) 159 self.configuration.event_data = bb.data.createCopy(self.configuration.data)
160 bb.data.update_data(self.configuration.event_data) 160 bb.data.update_data(self.configuration.event_data)
161 bb.parse.init_parser(self.configuration.event_data)
161 162
162 # TOSTOP must not be set or our children will hang when they output 163 # TOSTOP must not be set or our children will hang when they output
163 fd = sys.stdout.fileno() 164 fd = sys.stdout.fileno()