diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-09-03 18:34:10 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-04 16:23:52 +0100 |
commit | d025e78cc176ff22834352dde783021cbb84cb8b (patch) | |
tree | e010808c81847eb2f63157c9cb60c4e7690c22d5 /meta/recipes-devtools/ccache/ccache.inc | |
parent | fac0d67ec25f357684bcd0c80be282e1bca3adef (diff) | |
download | poky-d025e78cc176ff22834352dde783021cbb84cb8b.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/ccache/ccache.inc')
-rw-r--r-- | meta/recipes-devtools/ccache/ccache.inc | 4 |
1 files changed, 3 insertions, 1 deletions
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+" | |||
9 | 9 | ||
10 | DEPENDS = "zlib" | 10 | DEPENDS = "zlib" |
11 | 11 | ||
12 | SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz" | 12 | SRC_URI = "git://git.samba.org/ccache.git" |
13 | |||
14 | S = "${WORKDIR}/git" | ||
13 | 15 | ||
14 | inherit autotools | 16 | inherit autotools |
15 | 17 | ||