aboutsummaryrefslogtreecommitdiffstats
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:29:19 -0800
commit0e0122ab57ffaf0119b9614b9ac4833d7acb997b (patch)
tree73d19120aa0727cf60a67fe31f5955b4c3d46176 /meta/recipes-devtools/ccache/ccache.inc
parent01751da07a6822f0b5d1c08bb73cc7ef376e39b7 (diff)
downloadopenembedded-core-contrib-0e0122ab57ffaf0119b9614b9ac4833d7acb997b.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. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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+"
DEPENDS = "zlib"
-SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz"
+SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.xz"
inherit autotools