From patchwork Thu Feb 15 17:32:23 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: 39426 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 237EEC54EE8 for ; Thu, 15 Feb 2024 17:32:40 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web10.20157.1708018344555640532 for ; Thu, 15 Feb 2024 09:32:24 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=KYsHbxet; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=WUhPlAod; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101018dadd39f04-26286979-8bf6-450f-91f7-e03bcbddc2f3-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1708018343; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=aW/mqnhfGtBHriSkKK+P3qdurai6MWNkBJ8D5jYw8tk=; b=KYsHbxetUFjSyWnToadTqCXvu5KjWD/T+9eZhGQ/UEVQOAH95MYmHAUekhzZtejr ty4jDZWwbEi12OWdnRftdSriJ22QTO1oK8yGE1jyWbKBAuJagLGIp/yLsR9LsVMNsnw AmvmLgU7pcrRxOQSx2oj9qQXrfTJrZCvA/Ws6H1I= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1708018343; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=aW/mqnhfGtBHriSkKK+P3qdurai6MWNkBJ8D5jYw8tk=; b=WUhPlAodaKZQk+YeGtjTF2TSeLlcmaMiV48FcBI3SpDlJis3eGzm9z9QVNg94JAo B0sLPOY6LtzuJXciCFg5nIyypO4yfhY3MT+VljHJiB+SZOyZ7WpLgm4EgbsirygBdkW nun+1SGyOTTPR6vO7/m5Qkt2w8NqD7Fe32CWkj2s= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ccache: upgrading to 4.9.1 SUCCEEDED Message-ID: <0101018dadd39f04-26286979-8bf6-450f-91f7-e03bcbddc2f3-000000@us-west-2.amazonses.com> Date: Thu, 15 Feb 2024 17:32:23 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.15-54.240.27.31 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 ; Thu, 15 Feb 2024 17:32:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/195571 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ccache* to *4.9.1* has Succeeded. Next steps: - apply the patch: git am 0001-ccache-upgrade-4.9-4.9.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 f57b1640c14556cfbed5bda5ac0d78b05e7bcca1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Feb 2024 06:48:10 +0000 Subject: [PATCH] ccache: upgrade 4.9 -> 4.9.1 --- .../ccache/{ccache_4.9.bb => ccache_4.9.1.bb} | 26 +++++++++++++++++-- .../0001-xxhash.h-Fix-build-with-gcc-12.patch | 2 +- 2 files changed, 25 insertions(+), 3 deletions(-) rename meta/recipes-devtools/ccache/{ccache_4.9.bb => ccache_4.9.1.bb} (50%) diff --git a/meta/recipes-devtools/ccache/ccache_4.9.bb b/meta/recipes-devtools/ccache/ccache_4.9.1.bb similarity index 50% rename from meta/recipes-devtools/ccache/ccache_4.9.bb rename to meta/recipes-devtools/ccache/ccache_4.9.1.bb index 8550470e3f..c21987ded4 100644 --- a/meta/recipes-devtools/ccache/ccache_4.9.bb +++ b/meta/recipes-devtools/ccache/ccache_4.9.1.bb @@ -1,3 +1,25 @@ +# 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 +# @@ -35,7 +35,7 @@ +# +# ---- +# Copyright (C) 2002-2007 Andrew Tridgell +# -Copyright (C) 2009-2023 Joel Rosdahl and other contributors +# +Copyright (C) 2009-2024 Joel Rosdahl and other contributors +# ---- +# +# +# +# + 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,14 +29,14 @@ HOMEPAGE = "http://ccache.samba.org" SECTION = "devel" LICENSE = "GPL-3.0-or-later" -LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=11b0b581dd56bbac4f5de214d47927ca" +LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=9896d6f0aee4d89b9e5ff0afaae0af06" DEPENDS = "zstd" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ file://0001-xxhash.h-Fix-build-with-gcc-12.patch \ " -SRC_URI[sha256sum] = "866b2223d59333640f0e7a003cbb85b32d9ca3c9445bd9e3cf142942e69dd3ec" +SRC_URI[sha256sum] = "12834ecaaaf2db069dda1d1d991f91c19e3274cc04a471af5b64195def17e90f" inherit cmake github-releases diff --git a/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch b/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch index e65b830257..ff98156c22 100644 --- a/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch +++ b/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch @@ -1,4 +1,4 @@ -From d17fdacf4892a15fafb56b0890ece05b485e89fb Mon Sep 17 00:00:00 2001 +From 08364b8e61dbb85adb9a7ed7a6504d8b6f74c57d Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Mon, 6 Jun 2022 17:53:20 +0800 Subject: [PATCH] xxhash.h: Fix build with gcc-12