summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust/rust_1.67.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rust/rust_1.67.1.bb')
-rw-r--r--meta/recipes-devtools/rust/rust_1.67.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust_1.67.1.bb b/meta/recipes-devtools/rust/rust_1.67.1.bb
index 2118faec8f..f4c6d9511d 100644
--- a/meta/recipes-devtools/rust/rust_1.67.1.bb
+++ b/meta/recipes-devtools/rust/rust_1.67.1.bb
@@ -13,6 +13,8 @@ DEPENDS:append:class-nativesdk = " nativesdk-rust-llvm"
13 13
14DEPENDS += "rust-llvm (=${PV})" 14DEPENDS += "rust-llvm (=${PV})"
15 15
16RDEPENDS:${PN}:append:class-target = " gcc g++ binutils"
17
16# Otherwise we'll depend on what we provide 18# Otherwise we'll depend on what we provide
17INHIBIT_DEFAULT_RUST_DEPS:class-native = "1" 19INHIBIT_DEFAULT_RUST_DEPS:class-native = "1"
18# We don't need to depend on gcc-native because yocto assumes it exists 20# We don't need to depend on gcc-native because yocto assumes it exists