diff mbox series

[AUH] bindgen-cli: upgrading to 0.72.1 SUCCEEDED

Message ID 010101990c6e6671-171da46f-5917-44ff-a76b-9643c6d2e05b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] bindgen-cli: upgrading to 0.72.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 2, 2025, 9:56 p.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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