summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache/ccache.inc
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-05-09 13:52:23 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-12 09:04:05 +0100
commit6e0f6a3433c314c870791ef75639a78c39a5f164 (patch)
treef1eee3c34759b727147e4170a86185df6c4f3047 /meta/recipes-devtools/ccache/ccache.inc
parent4e6ef156028cc48d21ff5b3f131bdb8882407395 (diff)
downloadopenembedded-core-contrib-6e0f6a3433c314c870791ef75639a78c39a5f164.tar.gz
ccache: upgrade 3.6 -> 3.7.1
Remove backported patches. Switch to new download location. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ccache/ccache.inc')
-rw-r--r--meta/recipes-devtools/ccache/ccache.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc
index 7f800659a3..a31acada57 100644
--- a/meta/recipes-devtools/ccache/ccache.inc
+++ b/meta/recipes-devtools/ccache/ccache.inc
@@ -9,7 +9,7 @@ LICENSE = "GPLv3+"
DEPENDS = "zlib"
-SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz"
+SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz"
inherit autotools