diff options
| author | Holger Freyther <ich@tamarin.(none)> | 2009-05-18 19:53:53 +0200 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-15 17:06:59 +0000 |
| commit | df8f7706a6c22863f2c3a51e1a788c5d676fd8b3 (patch) | |
| tree | 0aa8d9ebc800815d9f322a62bc183110a92c6ad0 /bitbake/lib/bb/parse/parse_py | |
| parent | 4320386deb54866d643edeb29dd9567821f1cb26 (diff) | |
| download | poky-df8f7706a6c22863f2c3a51e1a788c5d676fd8b3.tar.gz | |
bitbake: [parser] Add documentation about usage of this code
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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: |
