[OE-core] [PATCH] ccache: update to 3.3.3

Yannick Gicquel yannick.gicquel at iot.bzh
Wed Jan 25 09:18:53 UTC 2017


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

Signed-off-by: Yannick Gicquel <yannick.gicquel at 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




More information about the Openembedded-core mailing list