diff options
-rw-r--r-- | meta/classes/sstate.bbclass | 5 |
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 = "" | |||
59 | SSTATEPOSTUNPACKFUNCS = "sstate_hardcode_path_unpack" | 59 | SSTATEPOSTUNPACKFUNCS = "sstate_hardcode_path_unpack" |
60 | SSTATEPOSTINSTFUNCS = "" | 60 | SSTATEPOSTINSTFUNCS = "" |
61 | EXTRA_STAGING_FIXMES ?= "HOSTTOOLS_DIR" | 61 | EXTRA_STAGING_FIXMES ?= "HOSTTOOLS_DIR" |
62 | SSTATECLEANFUNCS = "" | ||
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 | |||
514 | sstate_clean[vardepsexclude] = "SSTATE_MANFILEPREFIX" | 509 | sstate_clean[vardepsexclude] = "SSTATE_MANFILEPREFIX" |
515 | 510 | ||
516 | CLEANFUNCS += "sstate_cleanall" | 511 | CLEANFUNCS += "sstate_cleanall" |