[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4411/8267] ccache: update to 3.3.3



commit 710a6e6bdc1655fab3a6756a46dcba86f5164418
Author: Yannick Gicquel <yannick gicquel iot bzh>
Date:   Wed Jan 25 21:19:46 2017 +0100

    ccache: update to 3.3.3
    
    Release note available at this location:
    https://ccache.samba.org/releasenotes.html#_ccache_3_3_3
    
    Moving to tarball source as git.samba.org is not used anymore.
    
    License checksum change is due to an update in URL, now refering to "https"
    protocol instead of "http", line 32:
    'https://ccache.samba.org/authors.html'
    
    (From OE-Core rev: d6b064fc19ba66b503fd7ad1fe56338f81499dc8)
    
    Signed-off-by: Yannick Gicquel <yannick gicquel iot bzh>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-devtools/ccache/ccache.inc      |    4 +---
 meta/recipes-devtools/ccache/ccache_3.2.5.bb |   11 -----------
 meta/recipes-devtools/ccache/ccache_3.3.3.bb |   12 ++++++++++++
 3 files changed, 13 insertions(+), 14 deletions(-)
---
diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc
index 69aa64e..dd528d6 100644
--- a/meta/recipes-devtools/ccache/ccache.inc
+++ b/meta/recipes-devtools/ccache/ccache.inc
@@ -9,9 +9,7 @@ LICENSE = "GPLv3+"
 
 DEPENDS = "zlib"
 
-SRC_URI = "git://git.samba.org/ccache.git"
-
-S = "${WORKDIR}/git"
+SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz";
 
 inherit autotools
 
diff --git a/meta/recipes-devtools/ccache/ccache_3.3.3.bb b/meta/recipes-devtools/ccache/ccache_3.3.3.bb
new file mode 100644
index 0000000..ded7b30
--- /dev/null
+++ b/meta/recipes-devtools/ccache/ccache_3.3.3.bb
@@ -0,0 +1,12 @@
+require ccache.inc
+
+LICENSE = "GPLv3+"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=938c02728101936f2a74a67d1d82ee25"
+
+SRC_URI[md5sum] = "ea1f95303749b9ac136c617d1b333eef"
+SRC_URI[sha256sum] = "87a399a2267cfac3f36411fbc12ff8959f408cffd050ad15fe423df88e977e8f"
+
+SRC_URI += " \
+            file://0002-dev.mk.in-fix-file-name-too-long.patch \
+            file://Revert-Create-man-page-in-the-make-install-from-git-.patch \
+"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]