blob: 69aa64e5e6dc4ed61455e7d19cbb15a847cddd0d [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "a fast C/C++ compiler cache"
2DESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \
3by caching the result of previous compilations and detecting when the \
4same compilation is being done again. Supported languages are C, C\+\+, \
5Objective-C and Objective-C++."
6HOMEPAGE = "http://ccache.samba.org"
7SECTION = "devel"
8LICENSE = "GPLv3+"
9
10DEPENDS = "zlib"
11
12SRC_URI = "git://git.samba.org/ccache.git"
13
14S = "${WORKDIR}/git"
15
16inherit autotools
17
18BBCLASSEXTEND = "native"