From: Mingli Yu Date: Tue, 5 Jul 2022 07:03:18 +0000 (+0800) Subject: strace: set COMPATIBLE_HOST for riscv32 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3497 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5276a9a845d0277936e9321ada296818f7bfd84b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Mingli Yu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/strace/strace_5.18.bb b/meta/recipes-devtools/strace/strace_5.18.bb index 08f0f1d27e5..75ff58bd502 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)} \ "