From eb1e3ff5809431150db98bfdd57a0693fdfac452 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 2 Sep 2025 20:03:23 -0700 Subject: bindgen-cli: Upgrade to 0.72.1 Fixed bugs - Apply a fix for a breaking change in Clang (see issue #3264 and related). (From OE-Core rev: 2afa751883049b4fad9941780ec7159def4fc828) Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb | 18 ------------------ .../recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb create mode 100644 meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb (limited to 'meta') diff --git a/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb b/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb deleted file mode 100644 index b95faeabc0..0000000000 --- a/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Automatically generates Rust FFI bindings to C and C++ libraries." -HOMEPAGE = "https://rust-lang.github.io/rust-bindgen/" -LICENSE = "BSD-3-Clause" - -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" - -require ${BPN}-crates.inc - -do_install:append:class-native() { - create_wrapper ${D}/${bindir}/bindgen LIBCLANG_PATH="${STAGING_LIBDIR_NATIVE}" -} - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb b/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb new file mode 100644 index 0000000000..2f3ec04e82 --- /dev/null +++ b/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb @@ -0,0 +1,18 @@ +SUMMARY = "Automatically generates Rust FFI bindings to C and C++ libraries." +HOMEPAGE = "https://rust-lang.github.io/rust-bindgen/" +LICENSE = "BSD-3-Clause" + +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 = "d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5" + +require ${BPN}-crates.inc + +do_install:append:class-native() { + create_wrapper ${D}/${bindir}/bindgen LIBCLANG_PATH="${STAGING_LIBDIR_NATIVE}" +} + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf