]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
ccache: 4.9.1 -> 4.10
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 12 Jun 2024 05:32:53 +0000 (22:32 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Jun 2024 15:06:49 +0000 (16:06 +0100)
commit2de4229793df26c9d058885a422cf88f00046d45
treed97ffc3d33111793c3c3bff9228da2cab26c37d2
parent473b80caab466538557796c188554ea1dc0a0480
ccache: 4.9.1 -> 4.10

* Remove 0001-xxhash.h-Fix-build-with-gcc-12.patch since there is no xxhash in
  ccache by default any more.

* License-Update:
  - Update LIC_FILES_CHKSUM becaue a few third party licenses have been removed:
  $ git diff --stat v4.9.1..v4.10 LICENSE.adoc
    LICENSE.adoc | 222 +++++++++---------------------
    1 file changed, 15 insertions(+), 207 deletions(-)

  And add more licenses for third party files.

* Add required recipe fmt and xxhash to DEPENDS.

* Set ENABLE_TESTING=OFF since it requires doctest which is not present in oe.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/ccache/ccache_4.10.bb [new file with mode: 0644]
meta/recipes-devtools/ccache/ccache_4.9.1.bb [deleted file]
meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch [deleted file]