diff options
Diffstat (limited to 'meta/classes/sstate.bbclass')
-rw-r--r-- | meta/classes/sstate.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 47d05689b6..d57c183004 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass | |||
@@ -241,7 +241,9 @@ def sstate_clean(ss, d): | |||
241 | 241 | ||
242 | stfile = d.getVar("STAMP", True) + ".do_" + ss['task'] | 242 | stfile = d.getVar("STAMP", True) + ".do_" + ss['task'] |
243 | oe.path.remove(stfile) | 243 | oe.path.remove(stfile) |
244 | oe.path.remove(stfile + "_setscene") | ||
244 | oe.path.remove(stfile + ".*") | 245 | oe.path.remove(stfile + ".*") |
246 | oe.path.remove(stfile + "_setscene" + ".*") | ||
245 | 247 | ||
246 | CLEANFUNCS += "sstate_cleanall" | 248 | CLEANFUNCS += "sstate_cleanall" |
247 | 249 | ||