[oe-commits] [openembedded-core] 07/64: ccache: let ccache create CCACHE_DIR, reducing hash changes

git at git.openembedded.org git at git.openembedded.org
Mon Jul 17 13:02:16 UTC 2017


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

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

commit 408c5c0f942fa4a7b4df6aacf336d685037ca76c
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Jul 10 17:04:03 2017 +0100

    ccache: let ccache create CCACHE_DIR, reducing hash changes
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/ccache.bbclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/classes/ccache.bbclass b/meta/classes/ccache.bbclass
index 9f1b1f4..9609020 100644
--- a/meta/classes/ccache.bbclass
+++ b/meta/classes/ccache.bbclass
@@ -9,6 +9,3 @@ export CCACHE_NOHASHDIR ?= "1"
 
 DEPENDS_append_class-target = " ccache-native"
 DEPENDS[vardepvalueexclude] = " ccache-native"
-
-do_configure[dirs] =+ "${CCACHE_DIR}"
-do_kernel_configme[dirs] =+ "${CCACHE_DIR}"

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


More information about the Openembedded-commits mailing list