aboutsummaryrefslogtreecommitdiffstats
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-03 16:38:07 +0100
commit1a78720cba38b47d89c0460db7846d0984916273 (patch)
tree977d9bc7cdd7b6e770a3f3a4fa77293537e1e7b2 /meta/recipes-devtools/ccache/ccache_3.2.3.bb
parent085589b1018ba4d950baf7bcfb499be02c1b29fc (diff)
downloadopenembedded-core-contrib-1a78720cba38b47d89c0460db7846d0984916273.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. 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 @@
+require ccache.inc
+
+LICENSE = "GPLv3+"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b3c337e7664559a789d9f7a93e5283c1"
+
+SRCREV = "4cad46e8ee0053144bb00919f0dadd20c1f87013"
+
+SRC_URI += "file://0001-Fix-regression-in-recent-change-related-to-zlib-in-n.patch"