diff options
Diffstat (limited to 'meta/recipes-devtools/ccache')
| -rw-r--r-- | meta/recipes-devtools/ccache/ccache.inc | 16 | ||||
| -rw-r--r-- | meta/recipes-devtools/ccache/ccache_3.1.7.bb | 8 |
2 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc new file mode 100644 index 000000000..e9f734464 --- /dev/null +++ b/meta/recipes-devtools/ccache/ccache.inc @@ -0,0 +1,16 @@ +SUMMARY = "a fast C/C++ compiler cache" +DESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \ +by caching the result of previous compilations and detecting when the \ +same compilation is being done again. Supported languages are C, C\+\+, \ +Objective-C and Objective-C++." +HOMEPAGE = "http://ccache.samba.org" +SECTION = "devel" +LICENSE = "GPLv3+" + +SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.gz" + +inherit autotools + +BBCLASSEXTEND = "native" + +TARGET_CC_ARCH += "${LDFLAGS}" diff --git a/meta/recipes-devtools/ccache/ccache_3.1.7.bb b/meta/recipes-devtools/ccache/ccache_3.1.7.bb new file mode 100644 index 000000000..40a70569e --- /dev/null +++ b/meta/recipes-devtools/ccache/ccache_3.1.7.bb @@ -0,0 +1,8 @@ +require ccache.inc + +PR = "r0" +LICENSE = "GPLv3+" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=80e92ec45d4fca91f127864fb9e5d932" + +SRC_URI[md5sum] = "bf49574730fabd666fc7ec3f8b203f41" +SRC_URI[sha256sum] = "278f4d1d38fc530221c7ce73606f34bc3a5df7e269930e4fb1d9ac44f4345d11" |
