From patchwork Mon Jul 15 19:19:05 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: 46467 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 EDBC7C54ED0 for ; Mon, 15 Jul 2024 19:19:21 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web10.1362.1721071146337108433 for ; Mon, 15 Jul 2024 12:19:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Q9YcQUaV; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=mQ6fZYlQ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 01010190b7d591c5-210e3db6-a360-4468-9d47-b4d56617a31a-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=1721071145; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=dXkQm6e3hBw8q5Ana/XoPMNx7OvkLqZiJjqtATGMsoE=; b=Q9YcQUaVHd/mIwOjbWNRzvvau8MihXFVjQgt/GoRRH/2irK1sGQbPYKL9DBnCJvz 8RFKKVRe3yepAhLycrE2LrB0KhlxBRHhCktngqS7SUbYY+TwKHjU+6kz6xyMHz3nRpj Ou0VwqDRKuZWUVDLFIiV7zMwz3zoU6h9dk++mtn8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1721071145; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=dXkQm6e3hBw8q5Ana/XoPMNx7OvkLqZiJjqtATGMsoE=; b=mQ6fZYlQqBBHBb6qV1D8AMzDMee9/N651NgerAOxcxHeSCv4NYcgTO+6YzBN4jco US1vZtHf1XeidHkst21NKzkVOf8XJkD9XS3naMrieuJgPe2r1Ct4Edf+eKv4gCzNSyg wmTx7T48gcG+uL6D1ic86ocxePXQTDEZRRwDiOb0= 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: <01010190b7d591c5-210e3db6-a360-4468-9d47-b4d56617a31a-000000@us-west-2.amazonses.com> Date: Mon, 15 Jul 2024 19:19:05 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.07.15-54.240.27.45 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 Jul 2024 19:19:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/201961 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 9a6efddc8841c7604bfeca2f0465a6d665892c7f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Jul 2024 08:47:23 +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