From 710a6e6bdc1655fab3a6756a46dcba86f5164418 Mon Sep 17 00:00:00 2001 From: Yannick Gicquel Date: Wed, 25 Jan 2017 21:19:46 +0100 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/ccache/ccache.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/recipes-devtools/ccache/ccache.inc') 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+" DEPENDS = "zlib" -SRC_URI = "git://git.samba.org/ccache.git" - -S = "${WORKDIR}/git" +SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz" inherit autotools -- cgit v1.2.3-54-g00ecf