This resolved the issue - native compilation pass.  Found a clue in
python3-setuptools-rust-native_1.1.2.bb.

cargo_do_compile:class-native() {

    cd ${S}/${CARGO_SRC_DIR}

    export CARGO_BUILD_TARGET="${HOST_SYS}"
    export CARGO_TARGET_DIR=${S}
    export RUSTFLAGS

    "${CARGO}" build run --verbose
}
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#170521): 
https://lists.openembedded.org/g/openembedded-core/message/170521
Mute This Topic: https://lists.openembedded.org/mt/93604678/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to