1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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 <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2015-09-03 18:34:10 +03:00
committed by Richard Purdie
parent fac0d67ec2
commit d025e78cc1
4 changed files with 84 additions and 8 deletions
+3 -1
View File
@@ -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