summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py/BBHandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/parse/parse_py/BBHandler.py')
-rw-r--r--bitbake/lib/bb/parse/parse_py/BBHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/parse/parse_py/BBHandler.py b/bitbake/lib/bb/parse/parse_py/BBHandler.py
index 625a2a21fd..2e0647b5df 100644
--- a/bitbake/lib/bb/parse/parse_py/BBHandler.py
+++ b/bitbake/lib/bb/parse/parse_py/BBHandler.py
@@ -161,7 +161,7 @@ def handle(fn, d, include):
161 161
162 # we have parsed the bb class now 162 # we have parsed the bb class now
163 if ext == ".bbclass" or ext == ".inc": 163 if ext == ".bbclass" or ext == ".inc":
164 bb.methodpool.get_parsed_dict()[base_name] = 1 164 bb.methodpool.set_parsed_module(base_name)
165 165
166 return d 166 return d
167 167