Files
meta-rust/classes/internal-rust-native.bbclass
T
Cody P Schafer 79c4a9843e multiple fixes
- avoid choking in morestack on i586,
 - fixup dependencies
 - rename rust-cross to internal-rust-cross (in the hope the people are
   less likely to try to inherit it when they shouldn't)
 - enable-local-rust for -target and -cross builds
2014-11-15 21:46:04 -05:00

6 lines
144 B
Plaintext

inherit native
PN = "rust-native"
USE_LOCAL_NATIVE_RUST ??= "0"
USE_LOCAL_RUST = "${base_conditional('USE_LOCAL_NATIVE_RUST', '0', '0', '1')}"