diff options
Diffstat (limited to 'meta/recipes-devtools/ccache/ccache.inc')
-rw-r--r-- | meta/recipes-devtools/ccache/ccache.inc | 16 |
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 @@ | |||
1 | SUMMARY = "a fast C/C++ compiler cache" | ||
2 | DESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \ | ||
3 | by caching the result of previous compilations and detecting when the \ | ||
4 | same compilation is being done again. Supported languages are C, C\+\+, \ | ||
5 | Objective-C and Objective-C++." | ||
6 | HOMEPAGE = "http://ccache.samba.org" | ||
7 | SECTION = "devel" | ||
8 | LICENSE = "GPLv3+" | ||
9 | |||
10 | SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.gz" | ||
11 | |||
12 | inherit autotools | ||
13 | |||
14 | BBCLASSEXTEND = "native" | ||
15 | |||
16 | TARGET_CC_ARCH += "${LDFLAGS}" | ||