summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache/ccache_3.2.4.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-02-24 16:06:26 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-28 11:33:04 +0000
commitb8a1e599c0f47c34c3454b8cabd00d8e9eab9b66 (patch)
tree76340ff4f597fbaf43c467430fa7a15b3f807823 /meta/recipes-devtools/ccache/ccache_3.2.4.bb
parent4d4aa1f091528c37df13f0782f9302471e71a77e (diff)
downloadpoky-b8a1e599c0f47c34c3454b8cabd00d8e9eab9b66.tar.gz
ccache: update to 3.2.4
Drop backported 0001-Fix-regression-in-recent-change-related-to-zlib-in-n.patch (From OE-Core rev: 50ca919beb7f954f85da0d5511ca8d7a6a2e7bce) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ccache/ccache_3.2.4.bb')
-rw-r--r--meta/recipes-devtools/ccache/ccache_3.2.4.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_3.2.4.bb b/meta/recipes-devtools/ccache/ccache_3.2.4.bb
new file mode 100644
index 0000000000..fd45e4160e
--- /dev/null
+++ b/meta/recipes-devtools/ccache/ccache_3.2.4.bb
@@ -0,0 +1,10 @@
1require ccache.inc
2
3LICENSE = "GPLv3+"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b3c337e7664559a789d9f7a93e5283c1"
5
6SRCREV = "2254797f1c5cfb83c4272da7b138f7f47218eb7d"
7
8SRC_URI += " \
9 file://0002-dev.mk.in-fix-file-name-too-long.patch \
10"