bitbake: [parser] Call eval and remove non ast code

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Holger Freyther 2009-05-19 09:37:41 +02:00 committed by Richard Purdie
parent 118161f46b
commit 8072cf0846
1 changed files with 1 additions and 2 deletions

View File

@ -131,8 +131,7 @@ def handleInclude(statements, m, fn, lineno, data, force):
def handleExport(statements, m, data):
# AST handling
statements.append(ExportNode(m.group(1)))
bb.data.setVarFlag(m.group(1), "export", 1, data)
statements[-1].eval(data)
def handleData(statements, groupd, data):
# AST handling