diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-10 17:43:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-16 11:25:29 +0100 |
commit | 3238119af479454b9363f48dcac90b4fcc2c785a (patch) | |
tree | fb5024666ea2f7a2793e4e8f7eac80e09d2d999a /meta/recipes-devtools/ccache | |
parent | a2963262b1673a0ce4628b8b29f273f1126e7f10 (diff) | |
download | poky-3238119af479454b9363f48dcac90b4fcc2c785a.tar.gz |
ccache: upgrade 4.10 -> 4.10.1
License-Update: Bundle Fmt again
Changelog:
===========
- Fixed prefix command lookup from PATH.
- Fixed detection and usage of system blake3.
- Find CppHttplib named libhttplib.so as well.
- Removed Xcode assembly workaround for zstd.
- Added bundled subset of Fmt again for convenience.
- Removed no longer needed workaround when building downloaded Zstd.
- Documentation improvements
- Clarified that --set-config writes to the configuration file.
(From OE-Core rev: 7f93f95b524f0651c783cfd9487c8962390b372b)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ccache')
-rw-r--r-- | meta/recipes-devtools/ccache/ccache_4.10.1.bb (renamed from meta/recipes-devtools/ccache/ccache_4.10.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_4.10.bb b/meta/recipes-devtools/ccache/ccache_4.10.1.bb index df169b9c2b..6ae85af4f5 100644 --- a/meta/recipes-devtools/ccache/ccache_4.10.bb +++ b/meta/recipes-devtools/ccache/ccache_4.10.1.bb | |||
@@ -7,17 +7,17 @@ HOMEPAGE = "http://ccache.samba.org" | |||
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | 8 | ||
9 | LICENSE = "GPL-3.0-or-later & MIT & BSL-1.0 & ISC" | 9 | LICENSE = "GPL-3.0-or-later & MIT & BSL-1.0 & ISC" |
10 | LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=c72fa5755dc70ec5b439212d47299414 \ | 10 | LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=73b86311eaf2b66b0d093ec1a15fa60d \ |
11 | file://src/third_party/cpp-httplib/httplib.h;endline=6;md5=5389d9f5a88a138e42ba58894bbceeac \ | 11 | file://src/third_party/cpp-httplib/httplib.h;endline=6;md5=5389d9f5a88a138e42ba58894bbceeac \ |
12 | file://src/third_party/nonstd-span/nonstd/span.hpp;endline=9;md5=b4af92a7f068b38c5b3410dceb30c186 \ | 12 | file://src/third_party/nonstd-span/nonstd/span.hpp;endline=9;md5=b4af92a7f068b38c5b3410dceb30c186 \ |
13 | file://src/third_party/win32-compat/win32/mktemp.c;endline=17;md5=d287e9c1f1cd2bb2bd164490e1cf449a \ | 13 | file://src/third_party/win32-compat/win32/mktemp.c;endline=17;md5=d287e9c1f1cd2bb2bd164490e1cf449a \ |
14 | " | 14 | " |
15 | 15 | ||
16 | DEPENDS = "zstd fmt xxhash" | 16 | DEPENDS = "zstd fmt xxhash" |
17 | 17 | ||
18 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz" | 18 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz" |
19 | 19 | ||
20 | SRC_URI[sha256sum] = "16972ba62c8499045edc3ae7d7b8a0b419a961567f5ff0f01bf5a44194204775" | 20 | SRC_URI[sha256sum] = "8f8ad60d9363857812aa8af3fa7fb72be5ea5cf193f824d16d237a8a79256be4" |
21 | 21 | ||
22 | inherit cmake github-releases | 22 | inherit cmake github-releases |
23 | 23 | ||