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:26 +0100
commit33ed48fb26ca99c0dfeb259a8ca52db53d74e7d1 (patch)
tree62ec24f26e5ad44d920dec6275b0b0f5a78d9f39 /meta/recipes-devtools/ccache/ccache.inc
parent837c786d600ba697f8483a14088e24a562277a93 (diff)
downloadpoky-33ed48fb26ca99c0dfeb259a8ca52db53d74e7d1.tar.gz
ccache: upgrade 3.6 -> 3.7.1
Remove backported patches. Switch to new download location. (From OE-Core rev: 6e0f6a3433c314c870791ef75639a78c39a5f164) 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+"
9 9
10DEPENDS = "zlib" 10DEPENDS = "zlib"
11 11
12SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz" 12SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz"
13 13
14inherit autotools 14inherit autotools
15 15