The attached patch sets "ninja = false" dependency during rust-testsuite
build and fixes the error.

Signed-off-by: Pgowda <pgowda....@gmail.com>
---
 meta/recipes-devtools/rust/rust-testsuite.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/rust/rust-testsuite.inc 
b/meta/recipes-devtools/rust/rust-testsuite.inc
index 861c4ff504..0d399bd9e4 100644
--- a/meta/recipes-devtools/rust/rust-testsuite.inc
+++ b/meta/recipes-devtools/rust/rust-testsuite.inc
@@ -94,6 +94,7 @@ python do_configure() {
     # [llvm]
     config.add_section("llvm")
     config.set("llvm", "targets", e("ARM;AArch64;Mips;PowerPC;RISCV;X86"))
+    config.set("llvm", "ninja", e(False))
 
     # [rust]
     config.add_section("rust")
-- 
2.31.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#156484): 
https://lists.openembedded.org/g/openembedded-core/message/156484
Mute This Topic: https://lists.openembedded.org/mt/85968344/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to