mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
sstate: Run sstate_cleanall() as part of do_setscene()
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user