blob: dce2b47517b5f1cd4c938571775da0decb5216d8 [file] [log] [blame]
Andrew Geisslerd159c7f2021-09-02 21:05:58 -05001require rust.inc
2
3DEPENDS += "rust-llvm (=${PV})"
4
5# Otherwise we'll depend on what we provide
6INHIBIT_DEFAULT_RUST_DEPS:class-native = "1"
7# We don't need to depend on gcc-native because yocto assumes it exists
8PROVIDES:class-native = "virtual/${TARGET_PREFIX}rust"
9
Patrick Williams92b42cb2022-09-03 06:53:57 -050010BBCLASSEXTEND = "native nativesdk"