mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
sstate: Ensure a clean removes setscene stamps as well as the main task stamps
(From OE-Core rev: d07fe8aef537a8bcb96a802e18d7c980ff4c5ce2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
2176606ff7
commit
7b8b77444d
|
|
@ -243,7 +243,9 @@ def sstate_clean(ss, d):
|
|||
|
||||
stfile = d.getVar("STAMP", True) + ".do_" + ss['task']
|
||||
oe.path.remove(stfile)
|
||||
oe.path.remove(stfile + "_setscene")
|
||||
oe.path.remove(stfile + ".*")
|
||||
oe.path.remove(stfile + "_setscene" + ".*")
|
||||
|
||||
CLEANFUNCS += "sstate_cleanall"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user