summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache/ccache.inc
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2011-06-24 15:38:24 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-30 20:57:05 +0100
commitb3847df86d093bf2f2bb27e34303f53b5bc6584e (patch)
tree9e40721ab731af1ceaf939b3c67500f5fdbdbdfe /meta/recipes-devtools/ccache/ccache.inc
parent477f685ce0cb48acf04074ff5be321b38e9974d5 (diff)
downloadpoky-b3847df86d093bf2f2bb27e34303f53b5bc6584e.tar.gz
ccache: Integrate ccache-native to poky
Add ccache as a native tool and put its recipe files to: 'meta/recipes-devtools/ccache'. (From OE-Core rev: 43416be5ccb66f93e395fdd8d0e19327f848cbe2) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ccache/ccache.inc')
-rw-r--r--meta/recipes-devtools/ccache/ccache.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc
new file mode 100644
index 0000000000..e9f7344643
--- /dev/null
+++ b/meta/recipes-devtools/ccache/ccache.inc
@@ -0,0 +1,16 @@
1SUMMARY = "a fast C/C++ compiler cache"
2DESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \
3by caching the result of previous compilations and detecting when the \
4same compilation is being done again. Supported languages are C, C\+\+, \
5Objective-C and Objective-C++."
6HOMEPAGE = "http://ccache.samba.org"
7SECTION = "devel"
8LICENSE = "GPLv3+"
9
10SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.gz"
11
12inherit autotools
13
14BBCLASSEXTEND = "native"
15
16TARGET_CC_ARCH += "${LDFLAGS}"