On Wed, Dec 31, 2025 at 12:16 AM Sadineni, Harish via lists.openembedded.org <[email protected]> wrote: > > From: Harish Sadineni <[email protected]> > > To support building Rust bindings in the SDK environment, bindgen needs to > be available for the `nativesdk` class as well. > > This is required as part of making Rust available, where bindgen is a common > dependency for generating Rust FFI bindings from C headers during > cross-compilation. > > Signed-off-by: Harish Sadineni <[email protected]>
Reviewed-by: Alistair Francis <[email protected]> Alistair > --- > meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 > index 2f3ec04e82..72dadfe52f 100644 > --- a/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb > +++ b/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb > @@ -15,4 +15,4 @@ do_install:append:class-native() { > create_wrapper ${D}/${bindir}/bindgen > LIBCLANG_PATH="${STAGING_LIBDIR_NATIVE}" > } > > -BBCLASSEXTEND = "native" > +BBCLASSEXTEND = "native nativesdk" > -- > 2.49.0 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#229179): https://lists.openembedded.org/g/openembedded-core/message/229179 Mute This Topic: https://lists.openembedded.org/mt/116997862/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
