summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache/ccache_3.3.3.bb
diff options
context:
space:
mode:
authorYannick Gicquel <yannick.gicquel@iot.bzh>2017-01-25 21:19:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-31 14:40:19 +0000
commitd6b064fc19ba66b503fd7ad1fe56338f81499dc8 (patch)
tree4ec96a96d9b6c40f33fb20f589b8b0c869715cae /meta/recipes-devtools/ccache/ccache_3.3.3.bb
parent26dddb7d4a4945abaaefd460a342de6abd609594 (diff)
downloadopenembedded-core-d6b064fc19ba66b503fd7ad1fe56338f81499dc8.tar.gz
ccache: update to 3.3.3
Release note available at this location: https://ccache.samba.org/releasenotes.html#_ccache_3_3_3 Moving to tarball source as git.samba.org is not used anymore. License checksum change is due to an update in URL, now refering to "https" protocol instead of "http", line 32: 'https://ccache.samba.org/authors.html' Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/ccache/ccache_3.3.3.bb')
-rw-r--r--meta/recipes-devtools/ccache/ccache_3.3.3.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_3.3.3.bb b/meta/recipes-devtools/ccache/ccache_3.3.3.bb
new file mode 100644
index 0000000000..ded7b30927
--- /dev/null
+++ b/meta/recipes-devtools/ccache/ccache_3.3.3.bb
@@ -0,0 +1,12 @@
+require ccache.inc
+
+LICENSE = "GPLv3+"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=938c02728101936f2a74a67d1d82ee25"
+
+SRC_URI[md5sum] = "ea1f95303749b9ac136c617d1b333eef"
+SRC_URI[sha256sum] = "87a399a2267cfac3f36411fbc12ff8959f408cffd050ad15fe423df88e977e8f"
+
+SRC_URI += " \
+ file://0002-dev.mk.in-fix-file-name-too-long.patch \
+ file://Revert-Create-man-page-in-the-make-install-from-git-.patch \
+"