summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/perf/perf.bb1
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
33PACKAGECONFIG_remove_arc = "libunwind" 33PACKAGECONFIG_remove_arc = "libunwind"
34PACKAGECONFIG_remove_riscv64 = "libunwind" 34PACKAGECONFIG_remove_riscv64 = "libunwind"
35PACKAGECONFIG_remove_riscv32 = "libunwind"
35 36
36DEPENDS = " \ 37DEPENDS = " \
37 virtual/${MLPREFIX}libc \ 38 virtual/${MLPREFIX}libc \