diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-27 20:58:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-28 10:28:19 +0000 |
commit | 8cae183a22ee059afcd27dc215848aeb9bda12d2 (patch) | |
tree | c93fb388265b637874ab44bdcdef8aee0b77790e /meta/classes/sstate.bbclass | |
parent | c7ad2dada79f715e5a5d54b2711c2956217588e7 (diff) | |
download | poky-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.bbclass | 1 |
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 | ||
241 | SCENEFUNCS += "sstate_cleanall" | ||
242 | CLEANFUNCS += "sstate_cleanall" | 241 | CLEANFUNCS += "sstate_cleanall" |
243 | 242 | ||
244 | python sstate_cleanall() { | 243 | python sstate_cleanall() { |