]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a file
authorHolger Freyther <ich@tamarin.(none)>
Tue, 19 May 2009 10:10:37 +0000 (12:10 +0200)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 15 Feb 2010 17:07:51 +0000 (17:07 +0000)
commit793c88dd92747890e910c598e19f1778865883d2
treed34ec6e00aa689a985a0bb5f45050530c7234fd1
parent3eb2e6cf02155c3fce0a49bd967545cacfc08fb3
bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a file

Evaluate the statements after having parsed one file. This is
referred to as "entwirren" and we can remove the direct evaluation
and postpone a bit, in the future we can use a cached copy instead
of parsing the original.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/parse/__init__.py
bitbake/lib/bb/parse/ast.py
bitbake/lib/bb/parse/parse_py/BBHandler.py
bitbake/lib/bb/parse/parse_py/ConfHandler.py