From patchwork Sat Mar 15 14:18: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: 59127 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 69B9FC369BD for ; Sat, 15 Mar 2025 14:18:43 +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.web10.10330.1742048293593537702 for ; Sat, 15 Mar 2025 07:18:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=gWVRYoEV; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=TQXBprfR; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 010101959a2bd4b2-bbcf9f42-ef4a-4b21-8ff0-3e73f25f1676-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=1742048318; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=DHHnIOJm/o9VN41pfjJpE5+OSej6fBaMvIXaKF26MBo=; b=gWVRYoEVExHvOs/r79rCVUozQXmPdog8CQ/uJCgteSa/fD8FTjWBd85EOIvrZA7b 7pnKv/U9G3PpGt5NtrCeQOyuUhG8TtbalFxFisU0NMatAxiNZp5QM+SI6vRWRHLduCS LXC5lqeXtBsa6rO3b4ZEyPxiQvfQtQQj7rOG5ouE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1742048318; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=DHHnIOJm/o9VN41pfjJpE5+OSej6fBaMvIXaKF26MBo=; b=TQXBprfRl+ofORFg7pF5enBa67ZZQYMeA3izJuTPM9odimYXw/lhY5EN6bfxJZTe agN6yveZpGMPlIM93BbZcnw1jJSaMmU4EJ8B6Omg1N6vTmcR8POZYXSFeMz3s2JPlBd nY9UXuA6a+ygOCVDRJQf4zX143MrMdMKsaDbJx38= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libical: upgrading to 3.0.20 SUCCEEDED Message-ID: <010101959a2bd4b2-bbcf9f42-ef4a-4b21-8ff0-3e73f25f1676-000000@us-west-2.amazonses.com> Date: Sat, 15 Mar 2025 14:18:38 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.15-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 ; Sat, 15 Mar 2025 14:18:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212977 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libical* to *3.0.20* has Succeeded. Next steps: - apply the patch: git am 0001-libical-upgrade-3.0.19-3.0.20.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 c749b0f7b0ad7f933001017a51043d4a8fbd4dee Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Mar 2025 14:11:31 +0000 Subject: [PATCH] libical: upgrade 3.0.19 -> 3.0.20 --- .../libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch | 2 +- .../libical/{libical_3.0.19.bb => libical_3.0.20.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libical/{libical_3.0.19.bb => libical_3.0.20.bb} (96%) diff --git a/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch b/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch index 0a7c696530..0f0dadb4e4 100644 --- a/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch +++ b/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch @@ -1,4 +1,4 @@ -From 145a0f3919f6884c377a9e6b8a03de707feb45fe Mon Sep 17 00:00:00 2001 +From 7b20ca7f24a4cac25998bfcc70eed75bf796816b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 3 Mar 2022 20:10:04 -0800 Subject: [PATCH] cmake: Do not export CC into gir compiler diff --git a/meta/recipes-support/libical/libical_3.0.19.bb b/meta/recipes-support/libical/libical_3.0.20.bb similarity index 96% rename from meta/recipes-support/libical/libical_3.0.19.bb rename to meta/recipes-support/libical/libical_3.0.20.bb index 1ee39aa94f..d62c88e347 100644 --- a/meta/recipes-support/libical/libical_3.0.19.bb +++ b/meta/recipes-support/libical/libical_3.0.20.bb @@ -15,7 +15,7 @@ SECTION = "libs" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ file://0001-cmake-Do-not-export-CC-into-gir-compiler.patch \ " -SRC_URI[sha256sum] = "6a1e7f0f50a399cbad826bcc286ce10d7151f3df7cc103f641de15160523c73f" +SRC_URI[sha256sum] = "e73de92f5a6ce84c1b00306446b290a2b08cdf0a80988eca0a2c9d5c3510b4c2" inherit cmake pkgconfig gobject-introspection vala github-releases