From 6749e29082043e4e71849e80e058fa45988c62a5 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Tue, 5 Jul 2022 15:03:18 +0800 Subject: strace: set COMPATIBLE_HOST for riscv32 Disable the build on riscv32 as it's not supported on riscv32 [1]. [1] https://github.com/strace/strace/commit/69ff62ea5087506ad36a27599db088096db215da (From OE-Core rev: 5276a9a845d0277936e9321ada296818f7bfd84b) Signed-off-by: Mingli Yu Signed-off-by: Richard Purdie --- meta/recipes-devtools/strace/strace_5.18.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/strace/strace_5.18.bb b/meta/recipes-devtools/strace/strace_5.18.bb index 08f0f1d27e..75ff58bd50 100644 --- a/meta/recipes-devtools/strace/strace_5.18.bb +++ b/meta/recipes-devtools/strace/strace_5.18.bb @@ -18,6 +18,9 @@ SRC_URI[sha256sum] = "60293ea79ac9253d600cdc9be077ad2988ca22284a439c9e66be5150db inherit autotools ptest +# Not yet ported to rv32 +COMPATIBLE_HOST:riscv32 = "null" + PACKAGECONFIG:class-target ??= "\ ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ " -- cgit v1.2.3-54-g00ecf