diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/sstate.bbclass | 2 |
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 | ||
1043 | SSTATE_PRUNE_OBSOLETEWORKDIR = "1" | 1043 | SSTATE_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 |