Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 1 | require rust.inc |
2 | |||||
3 | DEPENDS += "rust-llvm (=${PV})" | ||||
4 | |||||
5 | # Otherwise we'll depend on what we provide | ||||
6 | INHIBIT_DEFAULT_RUST_DEPS:class-native = "1" | ||||
7 | # We don't need to depend on gcc-native because yocto assumes it exists | ||||
8 | PROVIDES:class-native = "virtual/${TARGET_PREFIX}rust" | ||||
9 | |||||
10 | BBCLASSEXTEND = "native" |