1
0
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:
Richard Purdie
2011-01-27 20:58:38 +00:00
parent c7ad2dada7
commit 8cae183a22
2 changed files with 6 additions and 2 deletions
-1
View File
@@ -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() {