* [PATCH 1/2] ccache: Upgrade to v3.3.4
@ 2017-02-20 10:33 Mike Crowe
2017-02-20 10:33 ` [PATCH 2/2] ccache: Switch to downloading xz tarball Mike Crowe
0 siblings, 1 reply; 2+ messages in thread
From: Mike Crowe @ 2017-02-20 10:33 UTC (permalink / raw)
To: openembedded-core; +Cc: Mike Crowe
Only the copyright year has been updated in LICENSE.txt. The license text
itself has not changed.
This version fixes a bug with dependency output that could cause problems
when compiling kernels for different MACHINEs using a shared ccache. See
https://github.com/ccache/ccache/issues/158
Signed-off-by: Mike Crowe <mac@mcrowe.com>
---
meta/recipes-devtools/ccache/ccache_3.3.3.bb | 12 ------------
meta/recipes-devtools/ccache/ccache_3.3.4.bb | 12 ++++++++++++
2 files changed, 12 insertions(+), 12 deletions(-)
delete mode 100644 meta/recipes-devtools/ccache/ccache_3.3.3.bb
create mode 100644 meta/recipes-devtools/ccache/ccache_3.3.4.bb
diff --git a/meta/recipes-devtools/ccache/ccache_3.3.3.bb b/meta/recipes-devtools/ccache/ccache_3.3.4.bb
similarity index 48%
rename from meta/recipes-devtools/ccache/ccache_3.3.3.bb
rename to meta/recipes-devtools/ccache/ccache_3.3.4.bb
index ded7b30..45b2899 100644
--- a/meta/recipes-devtools/ccache/ccache_3.3.3.bb
+++ b/meta/recipes-devtools/ccache/ccache_3.3.4.bb
@@ -1,10 +1,10 @@
require ccache.inc
LICENSE = "GPLv3+"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=938c02728101936f2a74a67d1d82ee25"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7fe21f9470f2305e95e7d8a632255079"
-SRC_URI[md5sum] = "ea1f95303749b9ac136c617d1b333eef"
-SRC_URI[sha256sum] = "87a399a2267cfac3f36411fbc12ff8959f408cffd050ad15fe423df88e977e8f"
+SRC_URI[md5sum] = "61326f1edac7cd211a7018458dfe2d86"
+SRC_URI[sha256sum] = "1348b54e7c35dd2f8d17923389e03c546e599cfbde6459d2f31cf6f1521ec538"
SRC_URI += " \
file://0002-dev.mk.in-fix-file-name-too-long.patch \
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] ccache: Switch to downloading xz tarball
2017-02-20 10:33 [PATCH 1/2] ccache: Upgrade to v3.3.4 Mike Crowe
@ 2017-02-20 10:33 ` Mike Crowe
0 siblings, 0 replies; 2+ messages in thread
From: Mike Crowe @ 2017-02-20 10:33 UTC (permalink / raw)
To: openembedded-core; +Cc: Mike Crowe
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>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-20 10:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-20 10:33 [PATCH 1/2] ccache: Upgrade to v3.3.4 Mike Crowe
2017-02-20 10:33 ` [PATCH 2/2] ccache: Switch to downloading xz tarball Mike Crowe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox