diff options
| -rw-r--r-- | meta/recipes-devtools/strace/strace_6.6.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-devtools/strace/strace_6.6.bb b/meta/recipes-devtools/strace/strace_6.6.bb index a3de7941cf..ed3033c867 100644 --- a/meta/recipes-devtools/strace/strace_6.6.bb +++ b/meta/recipes-devtools/strace/strace_6.6.bb | |||
| @@ -22,10 +22,8 @@ inherit autotools ptest | |||
| 22 | # Not yet ported to rv32 | 22 | # Not yet ported to rv32 |
| 23 | COMPATIBLE_HOST:riscv32 = "null" | 23 | COMPATIBLE_HOST:riscv32 = "null" |
| 24 | 24 | ||
| 25 | PACKAGECONFIG:class-target ??= "\ | 25 | # bluez is not enabled by default due to build dependency creep in smaller builds |
| 26 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ | 26 | # like core-image-minimal leading to significantly more tasks being executed |
| 27 | " | ||
| 28 | |||
| 29 | PACKAGECONFIG[bluez] = "ac_cv_header_bluetooth_bluetooth_h=yes,ac_cv_header_bluetooth_bluetooth_h=no,bluez5" | 27 | PACKAGECONFIG[bluez] = "ac_cv_header_bluetooth_bluetooth_h=yes,ac_cv_header_bluetooth_bluetooth_h=no,bluez5" |
| 30 | PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind" | 28 | PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind" |
| 31 | 29 | ||
