From: Nathan Lynch Date: Mon, 16 Jan 2017 18:51:42 +0000 (-0600) Subject: lttng-ust: don't exclude manual pages from build X-Git-Tag: uninative-1.5~822 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=54d9fb2664d16a561f9e9232a53b60810678f9bf;p=openembedded-core.git lttng-ust: don't exclude manual pages from build 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch b/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch index caf0b8bcf7..0f18c5d9f1 100644 --- a/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch +++ b/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch @@ -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 \