summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache/ccache.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/ccache/ccache.inc')
-rw-r--r--meta/recipes-devtools/ccache/ccache.inc4
1 files changed, 1 insertions, 3 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