summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache/ccache_4.5.1.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-03-01 19:52:50 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-02 18:41:31 +0000
commit973f0b25aa324dbd4642f67952f5531bf68ae9f6 (patch)
tree4692c1009d4e9e0f210183dde53e680e875f1f1d /meta/recipes-devtools/ccache/ccache_4.5.1.bb
parent1fb8ea03cf6c4df4d8c2cc9329dfe80c83a37e2d (diff)
downloadopenembedded-core-973f0b25aa324dbd4642f67952f5531bf68ae9f6.tar.gz
ccache: upgrade 4.5.1 -> 4.6
License-Update: year updated to 2022 version of library updated Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ccache/ccache_4.5.1.bb')
-rw-r--r--meta/recipes-devtools/ccache/ccache_4.5.1.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_4.5.1.bb b/meta/recipes-devtools/ccache/ccache_4.5.1.bb
deleted file mode 100644
index 11d939c7aa..0000000000
--- a/meta/recipes-devtools/ccache/ccache_4.5.1.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-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 = "GPL-3.0-or-later"
-LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=8fe0fdfdc7a892516526b86c28d06a16"
-
-DEPENDS = "zstd"
-
-SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz"
-SRC_URI[sha256sum] = "f0d3cff5d555d6868f14a7d05696f0370074e475304fd5aa152b98f892364981"
-
-UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/"
-
-inherit cmake
-
-PATCHTOOL = "patch"
-
-BBCLASSEXTEND = "native nativesdk"
-
-PACKAGECONFIG[docs] = "-DENABLE_DOCUMENTATION=ON,-DENABLE_DOCUMENTATION=OFF,asciidoc"
-PACKAGECONFIG[redis] = "-DREDIS_STORAGE_BACKEND=ON,-DREDIS_STORAGE_BACKEND=OFF,hiredis"