summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/ccache')
-rw-r--r--meta/recipes-devtools/ccache/ccache.inc18
-rw-r--r--meta/recipes-devtools/ccache/ccache_3.1.9.bb7
2 files changed, 25 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..087cb7db81
--- /dev/null
+++ b/meta/recipes-devtools/ccache/ccache.inc
@@ -0,0 +1,18 @@
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
10DEPENDS = "zlib"
11
12SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz"
13
14inherit autotools
15
16BBCLASSEXTEND = "native"
17
18TARGET_CC_ARCH += "${LDFLAGS}"
diff --git a/meta/recipes-devtools/ccache/ccache_3.1.9.bb b/meta/recipes-devtools/ccache/ccache_3.1.9.bb
new file mode 100644
index 0000000000..1679171a9d
--- /dev/null
+++ b/meta/recipes-devtools/ccache/ccache_3.1.9.bb
@@ -0,0 +1,7 @@
1require ccache.inc
2
3LICENSE = "GPLv3+"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=80e92ec45d4fca91f127864fb9e5d932"
5
6SRC_URI[md5sum] = "522a6016bda56892653612bbdefff3e0"
7SRC_URI[sha256sum] = "4981fdf3ad851de400d94083a0d03f115ce9ce8062c3fd7a291630294b0006c4"