]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-ust: don't exclude manual pages from build
authorNathan Lynch <nathan_lynch@mentor.com>
Mon, 16 Jan 2017 18:51:42 +0000 (12:51 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:45:44 +0000 (22:45 +0000)
Adding "manpages" to PACKAGECONFIG results in a lttng-ust-doc package
with no manpages.  Fix the patch we carry to only exclude the examples
directory, which seems to have been its original intent anyway.

Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch

index caf0b8bcf7822f32302126ec97973d3d724f0ea2..0f18c5d9f1b3f744b8881d5f1bdaadc7efaec533 100644 (file)
@@ -12,7 +12,7 @@ Index: doc/Makefile.am
 +++ b/doc/Makefile.am
 @@ -1,4 +1,4 @@
 -SUBDIRS = . man examples
-+SUBDIRS = .
++SUBDIRS = . man
  
  dist_man_MANS = man/lttng-gen-tp.1 \
        man/lttng-ust.3 \