From patchwork Tue Sep 2 21:56:25 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: 69450 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 157C2CA100E for ; Tue, 2 Sep 2025 21:56:31 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web11.89792.1756850184412947288 for ; Tue, 02 Sep 2025 14:56:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=q7yo7EHN; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=YH8rgsYL; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 010101990c6e6671-171da46f-5917-44ff-a76b-9643c6d2e05b-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=1756850185; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=nwuDTkPwpt0XtecgMm/IqP4p8GYDiY6mXIeD9ZB2EB8=; b=q7yo7EHN4iRxJ2/E5PhpIDlS9bUcythdaLaAPaxwXpzyuTR6LsOGrZ29K2bEcJr1 JLsh2O/X79mI8hNRyFGqhMuBh2PwDWDenqhPq4mnWvyhnZL0Q6Ero6dinv/2/YciIGD UzFuBhuKBbEui/SjQQMjw96+4mYtQeE1eRp/c/gw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1756850185; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=nwuDTkPwpt0XtecgMm/IqP4p8GYDiY6mXIeD9ZB2EB8=; b=YH8rgsYL1RJ8DVE4HXmj+zqyeURtqBiTZ1aLn8kzXhWN5H7K/63Ls54SY64Zdgs8 UOnnUg8kwdooTxAkN5omJBh8lFkT8yirDUQlH0QUt9sVHGvgdO3BPOdNfHw+xflEyIe laR7FIAiCad93A+RkKyo7XzGB0M7m2S6qjp3MOlw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: [AUH] bindgen-cli: upgrading to 0.72.1 SUCCEEDED Message-ID: <010101990c6e6671-171da46f-5917-44ff-a76b-9643c6d2e05b-000000@us-west-2.amazonses.com> Date: Tue, 2 Sep 2025 21:56:25 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.09.02-54.240.27.33 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 ; Tue, 02 Sep 2025 21:56:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/222762 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *bindgen-cli* to *0.72.1* has Succeeded. Next steps: - apply the patch: git am 0001-bindgen-cli-upgrade-0.72.0-0.72.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 c678bf3ea3eb37a276a988e636ba7e9237b8ba4a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 2 Sep 2025 17:19:29 +0000 Subject: [PATCH] bindgen-cli: upgrade 0.72.0 -> 0.72.1 --- .../{bindgen-cli_0.72.0.bb => bindgen-cli_0.72.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/bindgen-cli/{bindgen-cli_0.72.0.bb => bindgen-cli_0.72.1.bb} (91%) diff --git a/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb b/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb similarity index 91% rename from meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb rename to meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb index b95faeabc0..2f3ec04e82 100644 --- a/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb +++ b/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0b9a98cb3dcdefcceb145324693fda9b" inherit rust cargo cargo-update-recipe-crates SRC_URI += "git://github.com/rust-lang/rust-bindgen.git;protocol=https;nobranch=1;tag=v${PV}" -SRCREV = "d0e7d6b5b763e93dd38f9ece05230979ede95a0a" +SRCREV = "d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5" require ${BPN}-crates.inc