mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 11:13:04 +01:00
ccache tarballs have been available in tar.xz format since at least v3.1.1. The v3.3.4 tarball is about 30% smaller so we might as well switch to it. (From OE-Core rev: 0e0122ab57ffaf0119b9614b9ac4833d7acb997b) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
491 B
PHP
17 lines
491 B
PHP
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 = "https://download.samba.org/pub/${BPN}/${BP}.tar.xz"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native"
|