aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache/ccache_3.6.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-01-24 14:57:31 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-24 22:06:13 +0000
commitc2e17047b99a0d445dbe91b43d0744bfaa54c580 (patch)
treed09b4426508943c53be871579f07a5220f2c26e4 /meta/recipes-devtools/ccache/ccache_3.6.bb
parent02284423b6391c77da19912192fc607fedb05e67 (diff)
downloadopenembedded-core-contrib-c2e17047b99a0d445dbe91b43d0744bfaa54c580.tar.gz
ccache: 3.5 -> 3.6
* Rebased 0002-dev.mk.in-fix-file-name-too-long.patch and sent it to upstream, and got merged. * The LIC_FILES_CHKSUM is changed because of year updated. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ccache/ccache_3.6.bb')
-rw-r--r--meta/recipes-devtools/ccache/ccache_3.6.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_3.6.bb b/meta/recipes-devtools/ccache/ccache_3.6.bb
new file mode 100644
index 0000000000..a12306e9a5
--- /dev/null
+++ b/meta/recipes-devtools/ccache/ccache_3.6.bb
@@ -0,0 +1,11 @@
+require ccache.inc
+
+LICENSE = "GPLv3+"
+LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=70762511f9c509cc2a4e4ba2ef687ae3"
+
+SRC_URI[md5sum] = "bd6fd69db28426baf22ec0acdd5c4b2a"
+SRC_URI[sha256sum] = "a3f2b91a2353b65a863c5901251efe48060ecdebec46b5eaec8ea8e092b9e871"
+
+SRC_URI += " \
+ file://0002-dev.mk.in-fix-file-name-too-long.patch \
+"