diff options
-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 bb868d1c5..06b253899 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): from bb.parse import ConfHandler return ConfHandler.feeder(lineno, s, fn, d, statements) +# Used by OpenEmbedded metadata __pkgsplit_cache__={} def vars_from_file(mypkg, d): if not mypkg: |