diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index c7653e523c..edb1335154 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -32,6 +32,7 @@ PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd" | |||
32 | # libunwind is not yet ported for some architectures | 32 | # libunwind is not yet ported for some architectures |
33 | PACKAGECONFIG_remove_arc = "libunwind" | 33 | PACKAGECONFIG_remove_arc = "libunwind" |
34 | PACKAGECONFIG_remove_riscv64 = "libunwind" | 34 | PACKAGECONFIG_remove_riscv64 = "libunwind" |
35 | PACKAGECONFIG_remove_riscv32 = "libunwind" | ||
35 | 36 | ||
36 | DEPENDS = " \ | 37 | DEPENDS = " \ |
37 | virtual/${MLPREFIX}libc \ | 38 | virtual/${MLPREFIX}libc \ |