diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2022-07-05 15:03:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-25 22:59:01 +0100 |
commit | 6749e29082043e4e71849e80e058fa45988c62a5 (patch) | |
tree | 11b4329a204f00db4e529cee2dec56676053e6c5 /meta/recipes-devtools/strace | |
parent | 3ed71f4ff0c73e6de647033699a71354b63d90e7 (diff) | |
download | poky-6749e29082043e4e71849e80e058fa45988c62a5.tar.gz |
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 <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace')
-rw-r--r-- | meta/recipes-devtools/strace/strace_5.18.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
18 | 18 | ||
19 | inherit autotools ptest | 19 | inherit autotools ptest |
20 | 20 | ||
21 | # Not yet ported to rv32 | ||
22 | COMPATIBLE_HOST:riscv32 = "null" | ||
23 | |||
21 | PACKAGECONFIG:class-target ??= "\ | 24 | PACKAGECONFIG:class-target ??= "\ |
22 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ | 25 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ |
23 | " | 26 | " |