From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.appriver.com (relay101b.appriver.com [207.97.230.15]) by mail.openembedded.org (Postfix) with ESMTP id 96A8571B57 for ; Mon, 20 Feb 2017 10:33:20 +0000 (UTC) X-Note-AR-ScanTimeLocal: 02/20/2017 5:33:19 AM X-Policy: brightsign.biz - brightsign.biz X-Policy: brightsign.biz - brightsign.biz X-Primary: mcrowe@brightsign.biz X-Note: This Email was scanned by AppRiver SecureTide X-Note: SecureTide Build: 9/27/2016 9:09:05 PM UTC X-Virus-Scan: V- X-Note-SnifferID: 0 X-Note: TCH-CT/SI:0-16/SG:1 2/20/2017 5:32:22 AM X-GBUdb-Analysis: 0, 213.210.30.29, Ugly c=0.425302 p=-1 Source Normal X-Signature-Violations: 0-0-0-4061-c X-Note: Spam Tests Failed: X-Country-Path: ->PRIVATE->United Kingdom->United States X-Note-Sending-IP: 213.210.30.29 X-Note-Reverse-DNS: elite.brightsigndigital.co.uk X-Note-Return-Path: mcrowe@brightsign.biz X-Note: User Rule Hits: X-Note: Global Rule Hits: G273 G274 G275 G276 G280 G281 G409 X-Note: Encrypt Rule Hits: X-Note: Mail Class: VALID X-Note: Headers Injected Received: from [213.210.30.29] (HELO elite.brightsign6) by relay.appriver.com (CommuniGate Pro SMTP 6.1.7) with ESMTPS id 114565525; Mon, 20 Feb 2017 05:33:19 -0500 Received: from chuckie.brightsign ([172.30.1.25] helo=chuckie) by elite.brightsign6 with esmtp (Exim 4.84_2) (envelope-from ) id 1cflHT-0002d3-1e; Mon, 20 Feb 2017 10:33:19 +0000 Received: from mac by chuckie with local (Exim 4.84_2) (envelope-from ) id 1cflHT-0002Z5-1A; Mon, 20 Feb 2017 10:33:19 +0000 From: Mike Crowe To: openembedded-core@lists.openembedded.org Date: Mon, 20 Feb 2017 10:33:14 +0000 Message-Id: <1487586794-9815-2-git-send-email-mac@mcrowe.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1487586794-9815-1-git-send-email-mac@mcrowe.com> References: <1487586794-9815-1-git-send-email-mac@mcrowe.com> Cc: Mike Crowe Subject: [PATCH 2/2] ccache: Switch to downloading xz tarball X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2017 10:33:21 -0000 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 --- meta/recipes-devtools/ccache/ccache.inc | 2 +- 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 dd528d6..6566328 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 45b2899..1e535b1 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 \ -- 2.1.4