blob: 69aa64e5e6dc4ed61455e7d19cbb15a847cddd0d [file] [log] [blame]
SUMMARY = "a fast C/C++ compiler cache"
DESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \
by caching the result of previous compilations and detecting when the \
same compilation is being done again. Supported languages are C, C\+\+, \
Objective-C and Objective-C++."
HOMEPAGE = "http://ccache.samba.org"
SECTION = "devel"
LICENSE = "GPLv3+"
DEPENDS = "zlib"
SRC_URI = "git://git.samba.org/ccache.git"
S = "${WORKDIR}/git"
inherit autotools
BBCLASSEXTEND = "native"