summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/perf/perf.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-08-09 12:14:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-14 11:36:31 +0100
commite45986743ebbdd7ddf5f6b8c8ef0f290ab9c929d (patch)
treeebe9c1a2a97e01e98709c5b792b94937483e0e12 /meta/recipes-kernel/perf/perf.bb
parent13028bd6e60135ae8042022209beeb72f0d6cf09 (diff)
downloadpoky-e45986743ebbdd7ddf5f6b8c8ef0f290ab9c929d.tar.gz
perf: inherit manpages instead of adding man to RDEPENDS_${PN}-doc
(From OE-Core rev: 92c79abfdedb4b9f16191e253cf2dcec9e2f0cfb) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/perf/perf.bb')
-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"