All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] base: Make do_cleansstate nostamp
@ 2016-02-07 17:08 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-02-07 17:08 UTC (permalink / raw)
  To: openembedded-core

We always want the cleansstate task to run so it should be
'nostamp' like the other clean tasks.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 82ec0c9..8ce9dd4 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -651,8 +651,9 @@ addtask cleansstate after do_clean
 python do_cleansstate() {
         sstate_clean_cachefiles(d)
 }
-
 addtask cleanall after do_cleansstate
+do_cleansstate[nostamp] = "1"
+
 python do_cleanall() {
     src_uri = (d.getVar('SRC_URI', True) or "").split()
     if len(src_uri) == 0:




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-07 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-07 17:08 [PATCH] base: Make do_cleansstate nostamp Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.