summaryrefslogtreecommitdiffstats
path: root/meta/classes/sstate.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-27 20:58:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-28 10:28:19 +0000
commit8cae183a22ee059afcd27dc215848aeb9bda12d2 (patch)
treec93fb388265b637874ab44bdcdef8aee0b77790e /meta/classes/sstate.bbclass
parentc7ad2dada79f715e5a5d54b2711c2956217588e7 (diff)
downloadpoky-8cae183a22ee059afcd27dc215848aeb9bda12d2.tar.gz
staging.bbclass: Only clean out the sysroot if we rerun configure, not at setscene time
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/sstate.bbclass')
-rw-r--r--meta/classes/sstate.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index d7d30c0121..4435abc347 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -238,7 +238,6 @@ def sstate_clean(ss, d):
238 238
239 oe.path.remove(d.getVar("STAMP", True) + ".do_" + ss['task'] + "*") 239 oe.path.remove(d.getVar("STAMP", True) + ".do_" + ss['task'] + "*")
240 240
241SCENEFUNCS += "sstate_cleanall"
242CLEANFUNCS += "sstate_cleanall" 241CLEANFUNCS += "sstate_cleanall"
243 242
244python sstate_cleanall() { 243python sstate_cleanall() {