mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
staging.bbclass: Only clean out the sysroot if we rerun configure, not at setscene time
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -238,7 +238,6 @@ def sstate_clean(ss, d):
|
||||
|
||||
oe.path.remove(d.getVar("STAMP", True) + ".do_" + ss['task'] + "*")
|
||||
|
||||
SCENEFUNCS += "sstate_cleanall"
|
||||
CLEANFUNCS += "sstate_cleanall"
|
||||
|
||||
python sstate_cleanall() {
|
||||
|
||||
Reference in New Issue
Block a user