diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2018-08-09 12:14:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-14 11:36:31 +0100 |
commit | e45986743ebbdd7ddf5f6b8c8ef0f290ab9c929d (patch) | |
tree | ebe9c1a2a97e01e98709c5b792b94937483e0e12 /meta/recipes-kernel | |
parent | 13028bd6e60135ae8042022209beeb72f0d6cf09 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 3 |
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 | ||
40 | PROVIDES = "virtual/perf" | 40 | PROVIDES = "virtual/perf" |
41 | 41 | ||
42 | inherit linux-kernel-base kernel-arch | 42 | inherit 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 |
45 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'pythonnative', '', d)} | 45 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'pythonnative', '', d)} |
@@ -247,7 +247,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
247 | PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python" | 247 | PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python" |
248 | 248 | ||
249 | RDEPENDS_${PN} += "elfutils bash" | 249 | RDEPENDS_${PN} += "elfutils bash" |
250 | RDEPENDS_${PN}-doc += "man" | ||
251 | RDEPENDS_${PN}-archive =+ "bash" | 250 | RDEPENDS_${PN}-archive =+ "bash" |
252 | RDEPENDS_${PN}-python =+ "bash python python-modules ${@bb.utils.contains('PACKAGECONFIG', 'audit', 'audit-python', '', d)}" | 251 | RDEPENDS_${PN}-python =+ "bash python python-modules ${@bb.utils.contains('PACKAGECONFIG', 'audit', 'audit-python', '', d)}" |
253 | RDEPENDS_${PN}-perl =+ "bash perl perl-modules" | 252 | RDEPENDS_${PN}-perl =+ "bash perl perl-modules" |