mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 18:59:23 +00:00
sstate: Make sure the sstate function is the last to run, not the first
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
7e46fc81d4
commit
e8fdc98779
@ -34,7 +34,7 @@ python () {
|
||||
funcs = "sstate_task_prefunc " + funcs
|
||||
bb.data.setVarFlag(task, 'prefuncs', funcs, d)
|
||||
funcs = bb.data.getVarFlag(task, 'postfuncs', d) or ""
|
||||
funcs = "sstate_task_postfunc " + funcs
|
||||
funcs = funcs + " sstate_task_postfunc"
|
||||
bb.data.setVarFlag(task, 'postfuncs', funcs, d)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user