mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 12:30:10 +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:
parent
4a310f203d
commit
5c7531f78c
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user