summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/perf/perf.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 4f26813de0..ae7e24aa0c 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -382,7 +382,7 @@ RDEPENDS:${PN} += "elfutils bash"
382RDEPENDS:${PN}-archive =+ "bash" 382RDEPENDS:${PN}-archive =+ "bash"
383RDEPENDS:${PN}-python =+ "bash python3 python3-modules ${@bb.utils.contains('PACKAGECONFIG', 'audit', 'audit-python', '', d)}" 383RDEPENDS:${PN}-python =+ "bash python3 python3-modules ${@bb.utils.contains('PACKAGECONFIG', 'audit', 'audit-python', '', d)}"
384RDEPENDS:${PN}-perl =+ "bash perl perl-modules" 384RDEPENDS:${PN}-perl =+ "bash perl perl-modules"
385RDEPENDS:${PN}-tests =+ "python3 bash" 385RDEPENDS:${PN}-tests =+ "python3 bash perl"
386 386
387RSUGGESTS:${PN} += "${PN}-archive ${PN}-tests \ 387RSUGGESTS:${PN} += "${PN}-archive ${PN}-tests \
388 ${@bb.utils.contains('PACKAGECONFIG', 'perl', '${PN}-perl', '', d)} \ 388 ${@bb.utils.contains('PACKAGECONFIG', 'perl', '${PN}-perl', '', d)} \