linuxOS_PX30_CAR/yocto/poky/meta/recipes-devtools/rust/rust-target.inc

11 lines
293 B
PHP
Raw Normal View History

2026-01-20 05:50:57 +00:00
require rust.inc
DEPENDS += "rust-llvm (=${PV})"
# Otherwise we'll depend on what we provide
INHIBIT_DEFAULT_RUST_DEPS:class-native = "1"
# We don't need to depend on gcc-native because yocto assumes it exists
PROVIDES:class-native = "virtual/${TARGET_PREFIX}rust"
BBCLASSEXTEND = "native"