]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: [parser] Cary a Statement Node through the parsing
authorHolger Freyther <ich@tamarin.(none)>
Mon, 18 May 2009 17:24:07 +0000 (19:24 +0200)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 15 Feb 2010 17:06:50 +0000 (17:06 +0000)
commit4b25b519ae46b283988a1847e56a19b01269b3a4
tree00392d149975e64e1c685f7621844b2cc00a8792
parent5bac3403d7e51f72ee16c8123c2c8607a1d93ca9
bitbake: [parser] Cary a Statement Node through the parsing

When parsing we will collect a number of statements
that can be evaluated...The plan is to be evaluate
things twice (old+new) and then compare the result,
it should be the same.

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