summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/perf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/perf')
-rw-r--r--meta/recipes-kernel/perf/perf.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 2c6bbb42b9..ccd2c7d11b 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -39,7 +39,7 @@ do_configure[depends] += "virtual/kernel:do_shared_workdir"
39 39
40PROVIDES = "virtual/perf" 40PROVIDES = "virtual/perf"
41 41
42inherit linux-kernel-base kernel-arch 42inherit linux-kernel-base kernel-arch manpages
43 43
44# needed for building the tools/perf Python bindings 44# needed for building the tools/perf Python bindings
45inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'pythonnative', '', d)} 45inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'pythonnative', '', d)}
@@ -247,7 +247,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
247PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python" 247PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python"
248 248
249RDEPENDS_${PN} += "elfutils bash" 249RDEPENDS_${PN} += "elfutils bash"
250RDEPENDS_${PN}-doc += "man"
251RDEPENDS_${PN}-archive =+ "bash" 250RDEPENDS_${PN}-archive =+ "bash"
252RDEPENDS_${PN}-python =+ "bash python python-modules ${@bb.utils.contains('PACKAGECONFIG', 'audit', 'audit-python', '', d)}" 251RDEPENDS_${PN}-python =+ "bash python python-modules ${@bb.utils.contains('PACKAGECONFIG', 'audit', 'audit-python', '', d)}"
253RDEPENDS_${PN}-perl =+ "bash perl perl-modules" 252RDEPENDS_${PN}-perl =+ "bash perl perl-modules"