diff options
Diffstat (limited to 'bitbake/lib/bb/parse/parse_py')
| -rw-r--r-- | bitbake/lib/bb/parse/parse_py/BBHandler.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/parse/parse_py/BBHandler.py b/bitbake/lib/bb/parse/parse_py/BBHandler.py index bb868d1c57..06b253899d 100644 --- a/bitbake/lib/bb/parse/parse_py/BBHandler.py +++ b/bitbake/lib/bb/parse/parse_py/BBHandler.py | |||
| @@ -230,6 +230,7 @@ def feeder(lineno, s, fn, root, d, statements): | |||
| 230 | from bb.parse import ConfHandler | 230 | from bb.parse import ConfHandler |
| 231 | return ConfHandler.feeder(lineno, s, fn, d, statements) | 231 | return ConfHandler.feeder(lineno, s, fn, d, statements) |
| 232 | 232 | ||
| 233 | # Used by OpenEmbedded metadata | ||
| 233 | __pkgsplit_cache__={} | 234 | __pkgsplit_cache__={} |
| 234 | def vars_from_file(mypkg, d): | 235 | def vars_from_file(mypkg, d): |
| 235 | if not mypkg: | 236 | if not mypkg: |
