1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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 -2
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