diff options
Diffstat (limited to 'bitbake/lib/bb/parse/parse_py')
| -rw-r--r-- | bitbake/lib/bb/parse/parse_py/BBHandler.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/bb/parse/parse_py/BBHandler.py b/bitbake/lib/bb/parse/parse_py/BBHandler.py index 87a1530cb5..01f22d3b24 100644 --- a/bitbake/lib/bb/parse/parse_py/BBHandler.py +++ b/bitbake/lib/bb/parse/parse_py/BBHandler.py | |||
| @@ -167,10 +167,6 @@ def handle(fn, d, include): | |||
| 167 | if oldfile: | 167 | if oldfile: |
| 168 | d.setVar("FILE", oldfile) | 168 | d.setVar("FILE", oldfile) |
| 169 | 169 | ||
| 170 | # we have parsed the bb class now | ||
| 171 | if ext == ".bbclass" or ext == ".inc": | ||
| 172 | bb.methodpool.set_parsed_module(base_name) | ||
| 173 | |||
| 174 | return d | 170 | return d |
| 175 | 171 | ||
| 176 | def feeder(lineno, s, fn, root, statements): | 172 | def feeder(lineno, s, fn, root, statements): |
