diff options
-rw-r--r-- | meta/recipes-devtools/rust/rust_1.83.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust_1.83.0.bb b/meta/recipes-devtools/rust/rust_1.83.0.bb index cd470b1883..ee8c782ce3 100644 --- a/meta/recipes-devtools/rust/rust_1.83.0.bb +++ b/meta/recipes-devtools/rust/rust_1.83.0.bb | |||
@@ -137,6 +137,8 @@ python do_configure() { | |||
137 | config.add_section("rust") | 137 | config.add_section("rust") |
138 | config.set("rust", "rpath", e(True)) | 138 | config.set("rust", "rpath", e(True)) |
139 | config.set("rust", "remap-debuginfo", e(True)) | 139 | config.set("rust", "remap-debuginfo", e(True)) |
140 | config.set("rust", "download-rustc", e(False)) | ||
141 | config.set("rust", "llvm-tools", e(False)) | ||
140 | config.set("rust", "channel", e(d.expand("${RUST_CHANNEL}"))) | 142 | config.set("rust", "channel", e(d.expand("${RUST_CHANNEL}"))) |
141 | 143 | ||
142 | # Whether or not to optimize the compiler and standard library | 144 | # Whether or not to optimize the compiler and standard library |