diff options
author | Mike Crowe <mac@mcrowe.com> | 2017-02-20 10:33:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:29:19 -0800 |
commit | 0e0122ab57ffaf0119b9614b9ac4833d7acb997b (patch) | |
tree | 73d19120aa0727cf60a67fe31f5955b4c3d46176 /meta/recipes-devtools | |
parent | 01751da07a6822f0b5d1c08bb73cc7ef376e39b7 (diff) | |
download | openembedded-core-0e0122ab57ffaf0119b9614b9ac4833d7acb997b.tar.gz openembedded-core-0e0122ab57ffaf0119b9614b9ac4833d7acb997b.tar.bz2 openembedded-core-0e0122ab57ffaf0119b9614b9ac4833d7acb997b.zip |
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')
-rw-r--r-- | meta/recipes-devtools/ccache/ccache.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/ccache/ccache_3.3.4.bb | 4 |
2 files changed, 3 insertions, 3 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 diff --git a/meta/recipes-devtools/ccache/ccache_3.3.4.bb b/meta/recipes-devtools/ccache/ccache_3.3.4.bb index 45b2899bbe..1e535b1923 100644 --- a/meta/recipes-devtools/ccache/ccache_3.3.4.bb +++ b/meta/recipes-devtools/ccache/ccache_3.3.4.bb @@ -3,8 +3,8 @@ require ccache.inc LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7fe21f9470f2305e95e7d8a632255079" -SRC_URI[md5sum] = "61326f1edac7cd211a7018458dfe2d86" -SRC_URI[sha256sum] = "1348b54e7c35dd2f8d17923389e03c546e599cfbde6459d2f31cf6f1521ec538" +SRC_URI[md5sum] = "95ab3c56284129cc2a32460c23069516" +SRC_URI[sha256sum] = "24f15bf389e38c41548c9c259532187774ec0cb9686c3497bbb75504c8dc404f" SRC_URI += " \ file://0002-dev.mk.in-fix-file-name-too-long.patch \ |