aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch
blob: caf0b8bcf7822f32302126ec97973d3d724f0ea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 = .
 
 dist_man_MANS = man/lttng-gen-tp.1 \
 	man/lttng-ust.3 \