[oe-commits] [openembedded-core] 19/22: lttng-tools: do not install manpages in ptest package

git at git.openembedded.org git at git.openembedded.org
Mon Oct 31 14:24:13 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 11311fc9f3f34ec38cf64e556fd4df352b41d99e
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Mon Oct 24 16:46:39 2016 +0300

    lttng-tools: do not install manpages in ptest package
    
    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 bfc657b..8439a7f 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]
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list