From patchwork Mon Sep 15 11:54:38 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 70183 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BEBF7CAC5A6 for ; Mon, 15 Sep 2025 11:54:47 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web10.30884.1757937276286159986 for ; Mon, 15 Sep 2025 04:54:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=0q3S6Lfe; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=c9ZL777L; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101994d3a1dce-1de30785-7439-49b3-9b86-59ad80a9aa56-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1757937278; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=GIfc55pGEYGTvjWj3W7HraQVlPocIbdSeSLvYXZjavo=; b=0q3S6Lfe43Cq/YjeixO1E5v91SHrm4Zo5Njk/ZKmZ8eXtUVLWBr1lODKxDEiHZFj M48KJj68H5evhGshcEXURUc+DATdEhFuspzyNqhEyeBV9iFfJPO/YMKsZBE6aTYs0Ox Kb19V1+7C7LVuR+DX2uVRhczGrVPqUUu2EnY/dDI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1757937278; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=GIfc55pGEYGTvjWj3W7HraQVlPocIbdSeSLvYXZjavo=; b=c9ZL777LP7xEIADsOQIbuDV1J8s8jzWV8vCKrH1jaB8TDRH82tpzPn9xCXKKYep3 OsHsx5UKpCWs/C1Xo1qlb1L8kjmaGyvXAvnTp98X1RksxaQT1gbm1jbEK2bQnoN096a fcIHpifFpEWrzF/gs1BIdwbAPDDHfqgagdkJpWiw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ccache: upgrading to 4.12 SUCCEEDED Message-ID: <010101994d3a1dce-1de30785-7439-49b3-9b86-59ad80a9aa56-000000@us-west-2.amazonses.com> Date: Mon, 15 Sep 2025 11:54:38 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.09.15-54.240.27.191 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 15 Sep 2025 11:54:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/223413 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ccache* to *4.12* has Succeeded. Next steps: - apply the patch: git am 0001-ccache-upgrade-4.11.3-4.12.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 5cdbf2190f70622cedcdef9d4146be4cfd23e8fd Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Sep 2025 07:49:04 +0000 Subject: [PATCH] ccache: upgrade 4.11.3 -> 4.12 --- .../{ccache_4.11.3.bb => ccache_4.12.bb} | 44 ++++++++++++++++++- 1 file changed, 42 insertions(+), 2 deletions(-) rename meta/recipes-devtools/ccache/{ccache_4.11.3.bb => ccache_4.12.bb} (45%) diff --git a/meta/recipes-devtools/ccache/ccache_4.11.3.bb b/meta/recipes-devtools/ccache/ccache_4.12.bb similarity index 45% rename from meta/recipes-devtools/ccache/ccache_4.11.3.bb rename to meta/recipes-devtools/ccache/ccache_4.12.bb index 83374fa44c..e6be988acb 100644 --- a/meta/recipes-devtools/ccache/ccache_4.11.3.bb +++ b/meta/recipes-devtools/ccache/ccache_4.12.bb @@ -1,3 +1,43 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE.adoc +# +++ LICENSE.adoc +# @@ -50,7 +50,7 @@ +# +# === src/third_party/blake3/blake3/* +# +# -This is a subset of https://github.com/BLAKE3-team/BLAKE3[BLAKE3] 1.6.1 with the +# +This is a subset of https://github.com/BLAKE3-team/BLAKE3[BLAKE3] 1.8.2 with the +# following license: +# +# ---- +# @@ -390,7 +390,7 @@ +# === src/third_party/cpp-httplib/httplib.h +# +# cpp-httplib - A C++11 cross-platform HTTP/HTTPS library. Copied from cpp-httplib +# -v0.19.0 downloaded from https://github.com/yhirose/cpp-httplib[cpp-httplib]. The +# +v0.20.0 downloaded from https://github.com/yhirose/cpp-httplib[cpp-httplib]. The +# library has the following license: +# +# ---- +# @@ -521,7 +521,7 @@ +# +# === src/third_party/tl-expected/tl/expected.hpp +# +# -This is https://github.com/TartanLlama/expected[TartanLlama expected] 1.1.0 with +# +This is https://github.com/TartanLlama/expected[TartanLlama expected] 1.3.1 with +# the following license: +# +# ---- +# +# + 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 \ @@ -7,7 +47,7 @@ HOMEPAGE = "http://ccache.samba.org" SECTION = "devel" LICENSE = "GPL-3.0-or-later & MIT & BSL-1.0 & ISC" -LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=b98c3470e22877fefa43a01a2dd0669c \ +LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=5633f18ca110f0d4cb907eba07c920ef \ file://src/third_party/cpp-httplib/httplib.h;endline=6;md5=663aca6f84e7d67ade228aad32afc0ea \ file://src/third_party/nonstd-span/nonstd/span.hpp;endline=9;md5=b4af92a7f068b38c5b3410dceb30c186 \ file://src/third_party/win32-compat/win32/mktemp.c;endline=17;md5=d287e9c1f1cd2bb2bd164490e1cf449a \ @@ -17,7 +57,7 @@ DEPENDS = "zstd fmt xxhash" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz" -SRC_URI[sha256sum] = "28a407314f03a7bd7a008038dbaffa83448bc670e2fc119609b1d99fb33bb600" +SRC_URI[sha256sum] = "e884c62cbacae2e9488b8641a671a79fb7a1221db01310dacef61c9e55c2e55b" inherit cmake github-releases