summaryrefslogtreecommitdiffstats
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-26 13:39:37 +0000
commitf3b6a6e4ee41d466646866dfcd544b386cb499b9 (patch)
treee617b91a9106eb26e0935c325f6c95c4b57e4ff5 /meta/recipes-devtools/ccache/ccache_3.6.bb
parent3bf20354725b460434ad8aee4f6a4e41ce683a49 (diff)
downloadpoky-f3b6a6e4ee41d466646866dfcd544b386cb499b9.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. (From OE-Core rev: c2e17047b99a0d445dbe91b43d0744bfaa54c580) 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 @@
1require ccache.inc
2
3LICENSE = "GPLv3+"
4LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=70762511f9c509cc2a4e4ba2ef687ae3"
5
6SRC_URI[md5sum] = "bd6fd69db28426baf22ec0acdd5c4b2a"
7SRC_URI[sha256sum] = "a3f2b91a2353b65a863c5901251efe48060ecdebec46b5eaec8ea8e092b9e871"
8
9SRC_URI += " \
10 file://0002-dev.mk.in-fix-file-name-too-long.patch \
11"