mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02: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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user