From patchwork Mon Jul 1 16:57:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 45862 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 427FEC52D1E for ; Mon, 1 Jul 2024 16:58:01 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web11.2177.1719853075848223099 for ; Mon, 01 Jul 2024 09:57:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=fsSoMOtg; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=b5uTUu2B; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 010101906f3b4a86-cdc16fc8-df0f-4903-b5cc-e9846fe4e449-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1719853075; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=pezYI8PnU4TLpKPb8JsUl6aAF43DX7XcfEJkpN5VlrM=; b=fsSoMOtgRRUvHVfcEizJW55nUedv2fyV4N1XvFoGwLEJkfOvKnaI15JtxFcyrQ18 2fTGTvU5nmV30ZGNhYJOKtmn2EAC6Qz7xICp+Sj4Pcuc/NBGxH9G5AITCis3CX5ST5J kBVsSRSVljovcBJImr1R8gDAXfYQDY5dfGNDiJ3I= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1719853075; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=pezYI8PnU4TLpKPb8JsUl6aAF43DX7XcfEJkpN5VlrM=; b=b5uTUu2B951t0y1VLs/h4bVVjsITS5gZTE8tvI2iVb4UQhZ1ep63/XNDp3kmeKHw NRztGJXRn8Pnf1K9b4iZIbkJ/UD1nr7r2S5RG6IuEyN/RodwxFPdjEkhjvAtghSU8hT nUhsfxrGbINrGB9IkBoRMtjJcZKNx888bKXm2VWU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ccache: upgrading to 4.10.1 SUCCEEDED Message-ID: <010101906f3b4a86-cdc16fc8-df0f-4903-b5cc-e9846fe4e449-000000@us-west-2.amazonses.com> Date: Mon, 1 Jul 2024 16:57:55 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.07.01-54.240.27.192 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, 01 Jul 2024 16:58:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/201327 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ccache* to *4.10.1* has Succeeded. Next steps: - apply the patch: git am 0001-ccache-upgrade-4.10-4.10.1.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 3f69fdc91068d4e52b8c6f73a95f4815687f79a0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jul 2024 07:03:49 +0000 Subject: [PATCH] ccache: upgrade 4.10 -> 4.10.1 --- .../{ccache_4.10.bb => ccache_4.10.1.bb} | 62 ++++++++++++++++++- 1 file changed, 59 insertions(+), 3 deletions(-) rename meta/recipes-devtools/ccache/{ccache_4.10.bb => ccache_4.10.1.bb} (33%) diff --git a/meta/recipes-devtools/ccache/ccache_4.10.bb b/meta/recipes-devtools/ccache/ccache_4.10.1.bb similarity index 33% rename from meta/recipes-devtools/ccache/ccache_4.10.bb rename to meta/recipes-devtools/ccache/ccache_4.10.1.bb index df169b9c2b..0c877363f2 100644 --- a/meta/recipes-devtools/ccache/ccache_4.10.bb +++ b/meta/recipes-devtools/ccache/ccache_4.10.1.bb @@ -1,3 +1,59 @@ +# 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 +# @@ -448,6 +448,42 @@ +# ---- +# +# +# +=== src/third_party/fmt/fmt/*.h and src/third_party/fmt/fmt/format.cc +# + +# +This is a subset of https://fmt.dev[fmt] 10.2.1 with the following license: +# + +# +---- +# +Formatting library for C++ +# + +# +Copyright (c) 2012 - present, Victor Zverovich +# + +# +Permission is hereby granted, free of charge, to any person obtaining a copy +# +of this software and associated documentation files (the "Software"), to deal +# +in the Software without restriction, including without limitation the rights +# +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# +copies of the Software, and to permit persons to whom the Software is furnished +# +to do so, subject to the following conditions: +# + +# +The above copyright notice and this permission notice shall be included in +# +all copies or substantial portions of the Software. +# + +# +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# +SOFTWARE. +# + +# +--- Optional exception to the license --- +# + +# +As an exception, if, as a result of your compiling your source code, portions +# +of this Software are embedded into a machine-executable object form of such +# +source code, you may redistribute such embedded portions in such object form +# +without including the above copyright and permission notices. +# +---- +# + +# + +# === src/third_party/nonstd-span/nonstd/span.hpp +# +# This is the single header version of +# +# + 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,17 +63,17 @@ 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=c72fa5755dc70ec5b439212d47299414 \ +LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=73b86311eaf2b66b0d093ec1a15fa60d \ file://src/third_party/cpp-httplib/httplib.h;endline=6;md5=5389d9f5a88a138e42ba58894bbceeac \ 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 \ -" + " DEPENDS = "zstd fmt xxhash" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz" -SRC_URI[sha256sum] = "16972ba62c8499045edc3ae7d7b8a0b419a961567f5ff0f01bf5a44194204775" +SRC_URI[sha256sum] = "8f8ad60d9363857812aa8af3fa7fb72be5ea5cf193f824d16d237a8a79256be4" inherit cmake github-releases