mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
bindgen-cli: Upgrade to 0.72.0
Changes are here [1] [1] https://github.com/rust-lang/rust-bindgen/compare/v0.71.1...v0.72.0 (From OE-Core rev: 7e997bce2b2b059a6a81903f8c4e8c59535ccc98) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
18
meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb
Normal file
18
meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb
Normal file
@@ -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 = "d0e7d6b5b763e93dd38f9ece05230979ede95a0a"
|
||||
|
||||
require ${BPN}-crates.inc
|
||||
|
||||
do_install:append:class-native() {
|
||||
create_wrapper ${D}/${bindir}/bindgen LIBCLANG_PATH="${STAGING_LIBDIR_NATIVE}"
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user