[OE-core] [PATCHv2 24/26] lttng-tools: do not install manpages in ptest package

Alexander Kanavin alexander.kanavin at linux.intel.com
Fri Oct 28 15:12:27 UTC 2016


Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-kernel/lttng/lttng-tools_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-kernel/lttng/lttng-tools_git.bb b/meta/recipes-kernel/lttng/lttng-tools_git.bb
index 016346f..18259e4 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_git.bb
@@ -113,4 +113,7 @@ do_install_ptest () {
 	# checkpatch.pl is unneeded on target and causes file-rdeps QA
 	# warnings.
 	rm -f ${D}${PTEST_PATH}/extras/checkpatch.pl
+
+        # Remove manpages if they are built
+        rm -f ${D}${PTEST_PATH}/doc/man/*.[0-9]
 }
-- 
2.9.3




More information about the Openembedded-core mailing list