blob: 656632893b9f9385af3c1bda5af4a1a5fb804aaf [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
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.xz"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050013
14inherit autotools
15
16BBCLASSEXTEND = "native"