diff options
author | Nathan Lynch <nathan_lynch@mentor.com> | 2017-01-16 12:51:42 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 22:47:21 +0000 |
commit | 2acc2f708ba159d36638dcddd0490232072605c4 (patch) | |
tree | fcebcea12941c3e43ad94fe63a2548b65e98473a /meta/recipes-kernel/lttng | |
parent | f8c8be4f72ce4a434875ea5a06c5feded6937e25 (diff) | |
download | poky-2acc2f708ba159d36638dcddd0490232072605c4.tar.gz |
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.
(From OE-Core rev: 54d9fb2664d16a561f9e9232a53b60810678f9bf)
Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
12 | +++ b/doc/Makefile.am | 12 | +++ b/doc/Makefile.am |
13 | @@ -1,4 +1,4 @@ | 13 | @@ -1,4 +1,4 @@ |
14 | -SUBDIRS = . man examples | 14 | -SUBDIRS = . man examples |
15 | +SUBDIRS = . | 15 | +SUBDIRS = . man |
16 | 16 | ||
17 | dist_man_MANS = man/lttng-gen-tp.1 \ | 17 | dist_man_MANS = man/lttng-gen-tp.1 \ |
18 | man/lttng-ust.3 \ | 18 | man/lttng-ust.3 \ |