summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/sstate.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 084d631523..ecf08fb2d0 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -1040,7 +1040,7 @@ python sstate_eventhandler() {
1040 bb.siggen.dump_this_task(sstatepkg + '_' + taskname + ".tgz" ".siginfo", d) 1040 bb.siggen.dump_this_task(sstatepkg + '_' + taskname + ".tgz" ".siginfo", d)
1041} 1041}
1042 1042
1043SSTATE_PRUNE_OBSOLETEWORKDIR = "1" 1043SSTATE_PRUNE_OBSOLETEWORKDIR ?= "1"
1044 1044
1045# Event handler which removes manifests and stamps file for 1045# Event handler which removes manifests and stamps file for
1046# recipes which are no longer reachable in a build where they 1046# recipes which are no longer reachable in a build where they