summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cookerdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/cookerdata.py')
-rw-r--r--bitbake/lib/bb/cookerdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cookerdata.py b/bitbake/lib/bb/cookerdata.py
index c322ab2ffb..28cb59d83a 100644
--- a/bitbake/lib/bb/cookerdata.py
+++ b/bitbake/lib/bb/cookerdata.py
@@ -184,7 +184,7 @@ def catch_parse_error(func):
184 184
185@catch_parse_error 185@catch_parse_error
186def parse_config_file(fn, data, include=True): 186def parse_config_file(fn, data, include=True):
187 return bb.parse.handle(fn, data, include) 187 return bb.parse.handle(fn, data, include, baseconfig=True)
188 188
189@catch_parse_error 189@catch_parse_error
190def _inherit(bbclass, data): 190def _inherit(bbclass, data):