From 6e0f6a3433c314c870791ef75639a78c39a5f164 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Thu, 9 May 2019 13:52:23 +0300 Subject: ccache: upgrade 3.6 -> 3.7.1 Remove backported patches. Switch to new download location. Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- meta/recipes-devtools/ccache/ccache.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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 -- cgit 1.2.3-korg