mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
build.py: Sync with bitbake 1.8 branch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1426 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -416,9 +416,11 @@ def add_task(task, deps, d):
|
|||||||
def getTask(name):
|
def getTask(name):
|
||||||
deptask = data.getVarFlag(task, name, d)
|
deptask = data.getVarFlag(task, name, d)
|
||||||
if deptask:
|
if deptask:
|
||||||
|
deptask = data.expand(deptask, d)
|
||||||
if not name in task_deps:
|
if not name in task_deps:
|
||||||
task_deps[name] = {}
|
task_deps[name] = {}
|
||||||
task_deps[name][task] = deptask
|
task_deps[name][task] = deptask
|
||||||
|
getTask('depends')
|
||||||
getTask('deptask')
|
getTask('deptask')
|
||||||
getTask('rdeptask')
|
getTask('rdeptask')
|
||||||
getTask('recrdeptask')
|
getTask('recrdeptask')
|
||||||
|
|||||||
Reference in New Issue
Block a user