All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ccache: update to 3.3.3
@ 2017-01-25  9:18 Yannick Gicquel
  2017-01-25 14:25 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Yannick Gicquel @ 2017-01-25  9:18 UTC (permalink / raw)
  To: openembedded-core

Release note available at this location:
https://ccache.samba.org/releasenotes.html#_ccache_3_3_3

Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
---
 meta/recipes-devtools/ccache/ccache.inc                           | 2 +-
 meta/recipes-devtools/ccache/{ccache_3.2.5.bb => ccache_3.3.3.bb} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/ccache/{ccache_3.2.5.bb => ccache_3.3.3.bb} (61%)

diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc
index 69aa64e..59b0f9e 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 = "git://git.samba.org/ccache.git"
+SRC_URI = "git://github.com/ccache/ccache.git"
 
 S = "${WORKDIR}/git"
 
diff --git a/meta/recipes-devtools/ccache/ccache_3.2.5.bb b/meta/recipes-devtools/ccache/ccache_3.3.3.bb
similarity index 61%
rename from meta/recipes-devtools/ccache/ccache_3.2.5.bb
rename to meta/recipes-devtools/ccache/ccache_3.3.3.bb
index afd1b0e..6edb017 100644
--- a/meta/recipes-devtools/ccache/ccache_3.2.5.bb
+++ b/meta/recipes-devtools/ccache/ccache_3.3.3.bb
@@ -1,9 +1,9 @@
 require ccache.inc
 
 LICENSE = "GPLv3+"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b8a4fa173ed91c1a5204ea4f9c9eadc3"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=938c02728101936f2a74a67d1d82ee25"
 
-SRCREV = "424d3ae1fb73444c6c38bf189f8fc048f66d6499"
+SRCREV = "fb005e8f90d66402741c337d9c5c9c5a1c48fc76"
 
 SRC_URI += " \
             file://0002-dev.mk.in-fix-file-name-too-long.patch \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ccache: update to 3.3.3
  2017-01-25  9:18 [PATCH] ccache: update to 3.3.3 Yannick Gicquel
@ 2017-01-25 14:25 ` Burton, Ross
  2017-01-25 19:03   ` Yannick GICQUEL
  0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2017-01-25 14:25 UTC (permalink / raw)
  To: Yannick Gicquel; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 499 bytes --]

On 25 January 2017 at 09:18, Yannick Gicquel <yannick.gicquel@iot.bzh>
wrote:

> -SRC_URI = "git://git.samba.org/ccache.git"
> +SRC_URI = "git://github.com/ccache/ccache.git"
>

Why don't we just use the tarballs?

-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b8a4fa173ed91c1a5204ea4f9c9ead
> c3"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=938c02728101936f2a74a67d1d82ee
> 25"


Always explain why the license checksum has changed.

[Patchwork-Status: Changes Requested]

Ross

[-- Attachment #2: Type: text/html, Size: 2364 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ccache: update to 3.3.3
  2017-01-25 14:25 ` Burton, Ross
@ 2017-01-25 19:03   ` Yannick GICQUEL
  0 siblings, 0 replies; 3+ messages in thread
From: Yannick GICQUEL @ 2017-01-25 19:03 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

2017-01-25 15:25 GMT+01:00 Burton, Ross <ross.burton@intel.com>:
>
> On 25 January 2017 at 09:18, Yannick Gicquel <yannick.gicquel@iot.bzh>
> wrote:
>>
>> -SRC_URI = "git://git.samba.org/ccache.git"
>> +SRC_URI = "git://github.com/ccache/ccache.git"
>
>
> Why don't we just use the tarballs?

Ok to point on the tarballs on download.samba.org.

>
>> -LIC_FILES_CHKSUM =
>> "file://LICENSE.txt;md5=b8a4fa173ed91c1a5204ea4f9c9eadc3"
>> +LIC_FILES_CHKSUM =
>> "file://LICENSE.txt;md5=938c02728101936f2a74a67d1d82ee25"
>
>
> Always explain why the license checksum has changed.

Ok, I will update accordingly.

>
> [Patchwork-Status: Changes Requested]
>
> Ross


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-25 19:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-25  9:18 [PATCH] ccache: update to 3.3.3 Yannick Gicquel
2017-01-25 14:25 ` Burton, Ross
2017-01-25 19:03   ` Yannick GICQUEL

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.