Files
meta-rust/classes/internal-rust-native.bbclass
T
2014-11-26 13:27:32 -05:00

11 lines
334 B
Plaintext

inherit native
PN = "rust-native"
# Otherwise we'll depend on what we provide
INHIBIT_DEFAULT_DEPS = "1"
# We don't need to depend on gcc-native because yocto assumes it exists
PROVIDES = "virtual/${TARGET_PREFIX}rust"
USE_LOCAL_NATIVE_RUST ??= "0"
USE_LOCAL_RUST = "${@base_conditional('USE_LOCAL_NATIVE_RUST', '0', '0', '1', d)}"