|
@@ -59,7 +59,6 @@ SSTATEPREINSTFUNCS = ""
|
|
|
SSTATEPOSTUNPACKFUNCS = "sstate_hardcode_path_unpack"
|
|
|
SSTATEPOSTINSTFUNCS = ""
|
|
|
EXTRA_STAGING_FIXMES ?= "HOSTTOOLS_DIR"
|
|
|
-SSTATECLEANFUNCS = ""
|
|
|
|
|
|
# Check whether sstate exists for tasks that support sstate and are in the
|
|
|
# locked signatures file.
|
|
@@ -507,10 +506,6 @@ def sstate_clean(ss, d):
|
|
|
stfile.endswith(rm_nohash):
|
|
|
oe.path.remove(stfile)
|
|
|
|
|
|
- # Removes the users/groups created by the package
|
|
|
- for cleanfunc in (d.getVar('SSTATECLEANFUNCS') or '').split():
|
|
|
- bb.build.exec_func(cleanfunc, d)
|
|
|
-
|
|
|
sstate_clean[vardepsexclude] = "SSTATE_MANFILEPREFIX"
|
|
|
|
|
|
CLEANFUNCS += "sstate_cleanall"
|