1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

sstate: Run sstate_cleanall() as part of do_setscene()

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-08-27 12:29:01 +01:00
parent 4a310f203d
commit 5c7531f78c
+2
View File
@@ -187,6 +187,8 @@ def sstate_clean(ss, d):
for lock in locks:
bb.utils.unlockfile(lock)
SCENEFUNCS += "sstate_cleanall"
python sstate_cleanall() {
import fnmatch