diff options
| -rw-r--r-- | meta/recipes-devtools/strace/strace_5.16.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/strace/strace_5.16.bb b/meta/recipes-devtools/strace/strace_5.16.bb index ae19318c20..23ffa25d29 100644 --- a/meta/recipes-devtools/strace/strace_5.16.bb +++ b/meta/recipes-devtools/strace/strace_5.16.bb | |||
| @@ -19,6 +19,9 @@ SRC_URI[sha256sum] = "dc7db230ff3e57c249830ba94acab2b862da1fcaac55417e9b85041a83 | |||
| 19 | 19 | ||
| 20 | inherit autotools ptest | 20 | inherit autotools ptest |
| 21 | 21 | ||
| 22 | # Not yet ported to rv32 | ||
| 23 | COMPATIBLE_HOST:riscv32 = "null" | ||
| 24 | |||
| 22 | PACKAGECONFIG:class-target ??= "\ | 25 | PACKAGECONFIG:class-target ??= "\ |
| 23 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ | 26 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ |
| 24 | " | 27 | " |
