M7350/oe-core/meta/recipes-devtools/ccache/ccache.inc

19 lines
520 B
PHP
Raw Normal View History

2024-09-09 08:52:07 +00:00
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+"
2024-09-09 08:57:42 +00:00
DEPENDS = "zlib"
SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz"
2024-09-09 08:52:07 +00:00
inherit autotools
BBCLASSEXTEND = "native"
TARGET_CC_ARCH += "${LDFLAGS}"