On Thu, 5 Mar 2026 at 12:32, Alexander Kanavin via lists.openembedded.org <[email protected]> wrote: > > - if d.getVar('PN') == "rust-native": > > + if d.getVar('PN') in ("rust-native", "nativesdk-rust"): > > Looking at the error, it seems the problematic binary in nativesdk > builds is rustc-1.93.0-src/build/bootstrap/debug/rustc - does this > mean building target rust has the same issue? Should we just go back > to the initial patch, which sets link-shared for all rust variants > without conditions?
I just sent a patch that does this. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#232810): https://lists.openembedded.org/g/openembedded-core/message/232810 Mute This Topic: https://lists.openembedded.org/mt/118093064/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
