[oe] [PATCH] bitbake.conf: Kill CCACHE. Implicit, automatic use of things which can fail is bad.

Chris Larson clarson at mvista.com
Thu Aug 20 03:24:37 UTC 2009


To re-enable, set CCACHE = "ccache ".

Signed-off-by: Chris Larson <clarson at mvista.com>
---
 conf/bitbake.conf |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index c4af34e..0b35ea8 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -390,7 +390,6 @@ export PATH
 # Build utility info.
 ##################################################################
 
-CCACHE = "${@bb.which(bb.data.getVar('PATH', d, 1), 'ccache') and 'ccache '}"
 TOOLCHAIN_OPTIONS = ""
 
 export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}"
-- 
1.6.0





More information about the Openembedded-devel mailing list