diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-05 12:50:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-08 15:44:20 +0100 |
commit | 9e5cbb80f0eb5760ea03ab8adb6b2be3b1abfae2 (patch) | |
tree | 202be0ef44562ea2f6c63cba17e0e1559f761ae3 /meta/recipes-devtools/rust | |
parent | c2f5b71c9bebb233483840bbe48dfd3d66dffc1e (diff) | |
download | poky-9e5cbb80f0eb5760ea03ab8adb6b2be3b1abfae2.tar.gz |
rust/mesa: Drop obsolete YOCTO_ALTERNATE_MULTILIB_NAME
This variable is no longer used by the llvm patches.
(From OE-Core rev: 35e1ecf88cf9725e1ba43c948e90359df983002f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust')
-rw-r--r-- | meta/recipes-devtools/rust/rust.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rust/rust.inc b/meta/recipes-devtools/rust/rust.inc index 47b76e725d..7d1f5347ea 100644 --- a/meta/recipes-devtools/rust/rust.inc +++ b/meta/recipes-devtools/rust/rust.inc | |||
@@ -20,8 +20,6 @@ export FORCE_CRATE_HASH="${BB_TASKHASH}" | |||
20 | RUST_ALTERNATE_EXE_PATH ?= "${STAGING_LIBDIR}/llvm-rust/bin/llvm-config" | 20 | RUST_ALTERNATE_EXE_PATH ?= "${STAGING_LIBDIR}/llvm-rust/bin/llvm-config" |
21 | RUST_ALTERNATE_EXE_PATH_NATIVE = "${STAGING_LIBDIR_NATIVE}/llvm-rust/bin/llvm-config" | 21 | RUST_ALTERNATE_EXE_PATH_NATIVE = "${STAGING_LIBDIR_NATIVE}/llvm-rust/bin/llvm-config" |
22 | 22 | ||
23 | export YOCTO_ALTERNATE_MULTILIB_NAME = "/${BASELIB}" | ||
24 | |||
25 | # We don't want to use bitbakes vendoring because the rust sources do their | 23 | # We don't want to use bitbakes vendoring because the rust sources do their |
26 | # own vendoring. | 24 | # own vendoring. |
27 | CARGO_DISABLE_BITBAKE_VENDORING = "1" | 25 | CARGO_DISABLE_BITBAKE_VENDORING = "1" |