[oe-commits] org.oe.dev bitbake.conf: Make sure CCACHE uses expanded data when searching the PATH (from poky)

rpurdie commit openembedded-commits at lists.openembedded.org
Thu Feb 21 14:34:10 UTC 2008


bitbake.conf: Make sure CCACHE uses expanded data when searching the PATH (from poky)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 5fb8cfe19138b98226fe92044d302c9379dad84d
ViewMTN: http://monotone.openembedded.org/revision/info/5fb8cfe19138b98226fe92044d302c9379dad84d
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r9c2e55e5bf85341cf82b7880342bff7e596cdeca -r5fb8cfe19138b98226fe92044d302c9379dad84d
#
# 
# 
# patch "conf/bitbake.conf"
#  from [5fd845c00c4573c665200e215695d51b11c409aa]
#    to [a605bd5d4d48054b72d21c74a922a9a0a2d12a76]
# 
============================================================
--- conf/bitbake.conf	5fd845c00c4573c665200e215695d51b11c409aa
+++ conf/bitbake.conf	a605bd5d4d48054b72d21c74a922a9a0a2d12a76
@@ -310,7 +310,7 @@ export PATH_prepend = "${STAGING_BINDIR_
 # Build utility info.
 ##################################################################
 
-CCACHE = "${@bb.which(bb.data.getVar('PATH', d), 'ccache') and 'ccache '}"
+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}"






More information about the Openembedded-commits mailing list