summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r--bitbake/lib/bb/cooker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 0133a3278f..6996e62375 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -2168,7 +2168,7 @@ class CookerParser(object):
2168 2168
2169 bb.event.fire(event, self.cfgdata) 2169 bb.event.fire(event, self.cfgdata)
2170 else: 2170 else:
2171 bb.error("Parsing halted due to errors") 2171 bb.error("Parsing halted due to errors, see error messages above")
2172 2172
2173 for process in self.processes: 2173 for process in self.processes:
2174 self.parser_quit.put(None) 2174 self.parser_quit.put(None)