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:
committed by
Richard Purdie
parent
118161f46b
commit
8072cf0846
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user