diff options
| -rw-r--r-- | meta/recipes-devtools/rust/rust_1.85.1.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-devtools/rust/rust_1.85.1.bb b/meta/recipes-devtools/rust/rust_1.85.1.bb index 54db7f9a6e..675191c8ee 100644 --- a/meta/recipes-devtools/rust/rust_1.85.1.bb +++ b/meta/recipes-devtools/rust/rust_1.85.1.bb | |||
| @@ -7,17 +7,12 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=9c0fae516fe8aaea2fb601db4800daf7" | |||
| 7 | inherit rust | 7 | inherit rust |
| 8 | inherit cargo_common | 8 | inherit cargo_common |
| 9 | 9 | ||
| 10 | DEPENDS += "file-native" | 10 | DEPENDS += "file-native rust-llvm" |
| 11 | DEPENDS:append:class-native = " rust-llvm-native" | ||
| 12 | DEPENDS:append:class-nativesdk = " nativesdk-rust-llvm" | ||
| 13 | |||
| 14 | # native rust uses cargo/rustc from binary snapshots to bootstrap | 11 | # native rust uses cargo/rustc from binary snapshots to bootstrap |
| 15 | # but everything else should use our native builds | 12 | # but everything else should use our native builds |
| 16 | DEPENDS:append:class-target = " cargo-native rust-native" | 13 | DEPENDS:append:class-target = " cargo-native rust-native" |
| 17 | DEPENDS:append:class-nativesdk = " cargo-native rust-native" | 14 | DEPENDS:append:class-nativesdk = " cargo-native rust-native" |
| 18 | 15 | ||
| 19 | DEPENDS += "rust-llvm (=${PV})" | ||
| 20 | |||
| 21 | RDEPENDS:${PN}:append:class-target = " gcc g++ binutils" | 16 | RDEPENDS:${PN}:append:class-target = " gcc g++ binutils" |
| 22 | 17 | ||
| 23 | # Otherwise we'll depend on what we provide | 18 | # Otherwise we'll depend on what we provide |
