diff options
| -rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index af099043e1..bae4948751 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
| @@ -26,6 +26,10 @@ PACKAGECONFIG[jvmti] = ",NO_JVMTI=1" | |||
| 26 | PACKAGECONFIG[audit] = ",NO_LIBAUDIT=1,audit" | 26 | PACKAGECONFIG[audit] = ",NO_LIBAUDIT=1,audit" |
| 27 | PACKAGECONFIG[manpages] = ",,xmlto-native asciidoc-native" | 27 | PACKAGECONFIG[manpages] = ",,xmlto-native asciidoc-native" |
| 28 | 28 | ||
| 29 | # libunwind is not yet ported for some architectures | ||
| 30 | PACKAGECONFIG_remove_arc = "libunwind" | ||
| 31 | PACKAGECONFIG_remove_riscv64 = "libunwind" | ||
| 32 | |||
| 29 | DEPENDS = " \ | 33 | DEPENDS = " \ |
| 30 | virtual/${MLPREFIX}libc \ | 34 | virtual/${MLPREFIX}libc \ |
| 31 | ${MLPREFIX}elfutils \ | 35 | ${MLPREFIX}elfutils \ |
