summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache/ccache_3.2.3.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-09-03 18:34:10 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-04 16:23:52 +0100
commitd025e78cc176ff22834352dde783021cbb84cb8b (patch)
treee010808c81847eb2f63157c9cb60c4e7690c22d5 /meta/recipes-devtools/ccache/ccache_3.2.3.bb
parentfac0d67ec25f357684bcd0c80be282e1bca3adef (diff)
downloadpoky-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_3.2.3.bb')
-rw-r--r--meta/recipes-devtools/ccache/ccache_3.2.3.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_3.2.3.bb b/meta/recipes-devtools/ccache/ccache_3.2.3.bb
new file mode 100644
index 0000000000..357df750b8
--- /dev/null
+++ b/meta/recipes-devtools/ccache/ccache_3.2.3.bb
@@ -0,0 +1,8 @@
1require ccache.inc
2
3LICENSE = "GPLv3+"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b3c337e7664559a789d9f7a93e5283c1"
5
6SRCREV = "4cad46e8ee0053144bb00919f0dadd20c1f87013"
7
8SRC_URI += "file://0001-Fix-regression-in-recent-change-related-to-zlib-in-n.patch"