summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache/ccache.inc
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2017-02-20 10:33:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-23 12:49:51 -0800
commitce5d19cbfeb4fcf15b2f407655f8aceb539ad25b (patch)
tree627adb994f81af8cfe81deba0298bc0f58172a34 /meta/recipes-devtools/ccache/ccache.inc
parent7f9951e5cc4bb1b954ef1a9636c0667427942285 (diff)
downloadpoky-ce5d19cbfeb4fcf15b2f407655f8aceb539ad25b.tar.gz
ccache: Switch to downloading xz tarball
ccache tarballs have been available in tar.xz format since at least v3.1.1. The v3.3.4 tarball is about 30% smaller so we might as well switch to it. (From OE-Core rev: 0e0122ab57ffaf0119b9614b9ac4833d7acb997b) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Ross Burton <ross.burton@intel.com> 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 dd528d6133..656632893b 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://download.samba.org/pub/${BPN}/${BP}.tar.xz"
13 13
14inherit autotools 14inherit autotools
15 15