bitbake: build.py: Need to run expandKeys before launching tasks

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4467 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-05-13 11:45:48 +00:00
parent c7c7454696
commit 167052a8c5
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ def exec_task(task, d):
localdata = data.createCopy(d)
data.setVar('OVERRIDES', 'task_%s:%s' % (task, old_overrides), localdata)
data.update_data(localdata)
data.expandKeys(localdata)
event.fire(TaskStarted(task, localdata))
exec_func(task, localdata)
event.fire(TaskSucceeded(task, localdata))