mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 20:02:21 +02:00
bitbake build.py: Use localdata for stamp handling, not d
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -352,8 +352,8 @@ def _exec_task(fn, task, d, quieterr):
|
||||
bb.utils.remove(loglink)
|
||||
event.fire(TaskSucceeded(task, localdata), localdata)
|
||||
|
||||
if not d.getVarFlag(task, 'nostamp') and not d.getVarFlag(task, 'selfstamp'):
|
||||
make_stamp(task, d)
|
||||
if not localdata.getVarFlag(task, 'nostamp') and not localdata.getVarFlag(task, 'selfstamp'):
|
||||
make_stamp(task, localdata)
|
||||
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user