ccache: Remove duplicate 'ccache.inc' from 'meta/class/'

(From OE-Core rev: e37c80486b1043afa3c0b4ef5724155f8b17f821)

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Wenzong Fan 2011-06-24 15:57:12 +08:00 committed by Richard Purdie
parent fec22b1ace
commit 409ac8f242
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
# Make ccache use a TMPDIR specific ccache directory if using the crosscompiler,
# since it isn't likely to be useful with any other toolchain than the one we just
# built, and would otherwise push more useful things out of the default cache.
CCACHE_DIR_TARGET = "${TMPDIR}/ccache"
python () {
if not bb.data.inherits_class('native', d) and not bb.data.inherits_class('cross', d):
bb.data.setVar('CCACHE_DIR', '${CCACHE_DIR_TARGET}', d)
bb.data.setVarFlag('CCACHE_DIR', 'export', '1', d)
}