From d025e78cc176ff22834352dde783021cbb84cb8b Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 3 Sep 2015 18:34:10 +0300 Subject: ccache: update to 3.2.3 The LICENSE checksum has changed because of updated copyright years. SRC_URI has been changed to git, because upstream tarball is broken (includes configure.ac but not .m4 files it depends on). Add a backported patch that fixes builds with older versions of make and external zlib. (From OE-Core rev: 1a78720cba38b47d89c0460db7846d0984916273) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/ccache/ccache.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/ccache/ccache.inc') diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc index 087cb7db81..4790021b5f 100644 --- a/meta/recipes-devtools/ccache/ccache.inc +++ b/meta/recipes-devtools/ccache/ccache.inc @@ -9,7 +9,9 @@ LICENSE = "GPLv3+" DEPENDS = "zlib" -SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz" +SRC_URI = "git://git.samba.org/ccache.git" + +S = "${WORKDIR}/git" inherit autotools -- cgit v1.2.3-54-g00ecf