mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
2acc2f708b
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>
19 lines
506 B
Diff
19 lines
506 B
Diff
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
Don't build the doc examples - we don't need them and in fact they
|
|
never successfully built in previous iterations of the lttng-ust
|
|
recipe anyway.
|
|
|
|
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
|
|
|
|
Index: doc/Makefile.am
|
|
===================================================================
|
|
--- a/doc/Makefile.am
|
|
+++ b/doc/Makefile.am
|
|
@@ -1,4 +1,4 @@
|
|
-SUBDIRS = . man examples
|
|
+SUBDIRS = . man
|
|
|
|
dist_man_MANS = man/lttng-gen-tp.1 \
|
|
man/lttng-ust.3 \
|