[oe-commits] [openembedded-core] 06/22: sstate.bbclass: make SSTATE_PRUNE_OBSOLETEWORKDIR could be overwritten

git at git.openembedded.org git at git.openembedded.org
Tue Aug 28 09:32:35 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 22af59c9bfec31b31027ebd2a4da162f481aa6b5
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Fri Aug 24 14:29:24 2018 +0800

    sstate.bbclass: make SSTATE_PRUNE_OBSOLETEWORKDIR could be overwritten
    
    Define variable SSTATE_PRUNE_OBSOLETEWORKDIR with '?=' in sstate.bbclass,
    then it could be overwritten by user configuration.
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/sstate.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 084d631..ecf08fb 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -1040,7 +1040,7 @@ python sstate_eventhandler() {
         bb.siggen.dump_this_task(sstatepkg + '_' + taskname + ".tgz" ".siginfo", d)
 }
 
-SSTATE_PRUNE_OBSOLETEWORKDIR = "1"
+SSTATE_PRUNE_OBSOLETEWORKDIR ?= "1"
 
 # Event handler which removes manifests and stamps file for
 # recipes which are no longer reachable in a build where they

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list