diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-05-21 20:14:49 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-27 09:01:16 +0100 |
| commit | 2b6afab777886aa5d2874f4f4f7bf5ce41538a9e (patch) | |
| tree | fa2c107a1caa8b1bfcbb86dc9f97cd3ff6759465 | |
| parent | 2dadccd9e67d831cfda17035472c41de484ed1c1 (diff) | |
| download | poky-2b6afab777886aa5d2874f4f4f7bf5ce41538a9e.tar.gz | |
rust: remove file-native DEPENDS
It's unclear what this was for: there's no use of "file" or libmagic in
the recipe, and the guide to building Rust from source doesn't list file
as a dependency[1].
[1] https://github.com/rust-lang/rust/blob/master/INSTALL.md#dependencies
(From OE-Core rev: 79dcbed250cfe8ab05dd6e075905ad37de6d3bc4)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/rust/rust_1.85.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust_1.85.1.bb b/meta/recipes-devtools/rust/rust_1.85.1.bb index 675191c8ee..f289db6306 100644 --- a/meta/recipes-devtools/rust/rust_1.85.1.bb +++ b/meta/recipes-devtools/rust/rust_1.85.1.bb | |||
| @@ -7,7 +7,7 @@ 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 rust-llvm" | 10 | DEPENDS += "rust-llvm" |
| 11 | # native rust uses cargo/rustc from binary snapshots to bootstrap | 11 | # native rust uses cargo/rustc from binary snapshots to bootstrap |
| 12 | # but everything else should use our native builds | 12 | # but everything else should use our native builds |
| 13 | DEPENDS:append:class-target = " cargo-native rust-native" | 13 | DEPENDS:append:class-target = " cargo-native rust-native" |
