xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ccache/ccache_4.6.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "a fast C/C++ compiler cache"
2*4882a593SmuzhiyunDESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \
3*4882a593Smuzhiyunby caching the result of previous compilations and detecting when the \
4*4882a593Smuzhiyunsame compilation is being done again. Supported languages are C, C\+\+, \
5*4882a593SmuzhiyunObjective-C and Objective-C++."
6*4882a593SmuzhiyunHOMEPAGE = "http://ccache.samba.org"
7*4882a593SmuzhiyunSECTION = "devel"
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunLICENSE = "GPL-3.0-or-later"
10*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=ff5327dc93e2b286c931dda3d6079da9"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunDEPENDS = "zstd"
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunSRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz"
15*4882a593SmuzhiyunSRC_URI[sha256sum] = "73a1767ac6b7c0404a1a55f761a746d338e702883c7137fbf587023062258625"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunUPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/"
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuninherit cmake
20*4882a593Smuzhiyun
21*4882a593SmuzhiyunPATCHTOOL = "patch"
22*4882a593Smuzhiyun
23*4882a593SmuzhiyunBBCLASSEXTEND = "native nativesdk"
24*4882a593Smuzhiyun
25*4882a593SmuzhiyunPACKAGECONFIG[docs] = "-DENABLE_DOCUMENTATION=ON,-DENABLE_DOCUMENTATION=OFF,asciidoc"
26*4882a593SmuzhiyunPACKAGECONFIG[redis] = "-DREDIS_STORAGE_BACKEND=ON,-DREDIS_STORAGE_BACKEND=OFF,hiredis"
27