]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: [parser] Move the handling of a method to a function
authorHolger Freyther <ich@tamarin.(none)>
Sun, 17 May 2009 10:32:36 +0000 (12:32 +0200)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 10 Feb 2010 16:31:48 +0000 (16:31 +0000)
commit169e719456e2ab461814e1620e949ef9f6d69e92
tree535c250004c25761a5d0073423bcb95600e3267c
parent913e78898e65e1d95c6313e86854cdc2ab9e35aa
bitbake: [parser] Move the handling of a method to a function

We want to convert this into a proper AST. So move all
such operations to methods... Later change them to generate
a node... and create that node from here.

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