diff mbox series

[3/3] bindgen-cli: Upgrade to 0.72.1

Message ID 20250903030323.3669364-3-raj.khem@gmail.com
State New
Headers show
Series [1/3] python3-lxml: upgrading to 6.0.1 | expand

Commit Message

Khem Raj Sept. 3, 2025, 3:03 a.m. UTC
Fixed bugs

- Apply a fix for a breaking change in Clang (see issue #3264 and related).

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../{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 b95faeabc0c..2f3ec04e822 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