summaryrefslogtreecommitdiffstats
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:43:02 +0000
commit710a6e6bdc1655fab3a6756a46dcba86f5164418 (patch)
tree09fea9fb5bd0b73fa5c4120ceda92ebde5af534b
parent5707949f032d6b7c8baccef53cc61a8ae1547b16 (diff)
downloadpoky-710a6e6bdc1655fab3a6756a46dcba86f5164418.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' (From OE-Core rev: d6b064fc19ba66b503fd7ad1fe56338f81499dc8) Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/ccache/ccache.inc4
-rw-r--r--meta/recipes-devtools/ccache/ccache_3.2.5.bb11
-rw-r--r--meta/recipes-devtools/ccache/ccache_3.3.3.bb12
3 files changed, 13 insertions, 14 deletions
diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc
index 69aa64e5e6..dd528d6133 100644
--- a/meta/recipes-devtools/ccache/ccache.inc
+++ b/meta/recipes-devtools/ccache/ccache.inc
@@ -9,9 +9,7 @@ LICENSE = "GPLv3+"
9 9
10DEPENDS = "zlib" 10DEPENDS = "zlib"
11 11
12SRC_URI = "git://git.samba.org/ccache.git" 12SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz"
13
14S = "${WORKDIR}/git"
15 13
16inherit autotools 14inherit autotools
17 15
diff --git a/meta/recipes-devtools/ccache/ccache_3.2.5.bb b/meta/recipes-devtools/ccache/ccache_3.2.5.bb
deleted file mode 100644
index afd1b0ea12..0000000000
--- a/meta/recipes-devtools/ccache/ccache_3.2.5.bb
+++ /dev/null
@@ -1,11 +0,0 @@
1require ccache.inc
2
3LICENSE = "GPLv3+"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b8a4fa173ed91c1a5204ea4f9c9eadc3"
5
6SRCREV = "424d3ae1fb73444c6c38bf189f8fc048f66d6499"
7
8SRC_URI += " \
9 file://0002-dev.mk.in-fix-file-name-too-long.patch \
10 file://Revert-Create-man-page-in-the-make-install-from-git-.patch \
11"
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 @@
1require ccache.inc
2
3LICENSE = "GPLv3+"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=938c02728101936f2a74a67d1d82ee25"
5
6SRC_URI[md5sum] = "ea1f95303749b9ac136c617d1b333eef"
7SRC_URI[sha256sum] = "87a399a2267cfac3f36411fbc12ff8959f408cffd050ad15fe423df88e977e8f"
8
9SRC_URI += " \
10 file://0002-dev.mk.in-fix-file-name-too-long.patch \
11 file://Revert-Create-man-page-in-the-make-install-from-git-.patch \
12"