]> code.ossystems Code Review - openembedded-core.git/commitdiff
base: Make do_cleansstate nostamp
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Feb 2016 17:08:39 +0000 (17:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Feb 2016 15:51:04 +0000 (15:51 +0000)
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>
meta/classes/base.bbclass

index 82ec0c9b82552bd2b002098bef3be3fd2013a90b..8ce9dd4315f8b4bc13e5159caa025e47627d5d1f 100644 (file)
@@ -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: