summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/sstate.bbclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 0b28850140..1a95f8f2b9 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -59,7 +59,6 @@ SSTATEPREINSTFUNCS = ""
59SSTATEPOSTUNPACKFUNCS = "sstate_hardcode_path_unpack" 59SSTATEPOSTUNPACKFUNCS = "sstate_hardcode_path_unpack"
60SSTATEPOSTINSTFUNCS = "" 60SSTATEPOSTINSTFUNCS = ""
61EXTRA_STAGING_FIXMES ?= "HOSTTOOLS_DIR" 61EXTRA_STAGING_FIXMES ?= "HOSTTOOLS_DIR"
62SSTATECLEANFUNCS = ""
63 62
64# Check whether sstate exists for tasks that support sstate and are in the 63# Check whether sstate exists for tasks that support sstate and are in the
65# locked signatures file. 64# locked signatures file.
@@ -507,10 +506,6 @@ def sstate_clean(ss, d):
507 stfile.endswith(rm_nohash): 506 stfile.endswith(rm_nohash):
508 oe.path.remove(stfile) 507 oe.path.remove(stfile)
509 508
510 # Removes the users/groups created by the package
511 for cleanfunc in (d.getVar('SSTATECLEANFUNCS') or '').split():
512 bb.build.exec_func(cleanfunc, d)
513
514sstate_clean[vardepsexclude] = "SSTATE_MANFILEPREFIX" 509sstate_clean[vardepsexclude] = "SSTATE_MANFILEPREFIX"
515 510
516CLEANFUNCS += "sstate_cleanall" 511CLEANFUNCS += "sstate_cleanall"