Release note available at this location: https://ccache.samba.org/releasenotes.html#_ccache_3_3_3
Signed-off-by: Yannick Gicquel <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
