summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch')
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch18
1 files changed, 18 insertions, 0 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
new file mode 100644
index 0000000000..b68a9899c9
--- /dev/null
+++ b/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch
@@ -0,0 +1,18 @@
1Upstream-Status: Inappropriate [embedded specific]
2
3Don't build the doc examples - we don't need them and in fact they
4never successfully built in previous iterations of the lttng-ust
5recipe anyway.
6
7Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
8
9Index: doc/Makefile.am
10===================================================================
11--- a/doc/Makefile.am
12+++ b/doc/Makefile.am
13@@ -1,4 +1,4 @@
14-SUBDIRS = . examples
15+SUBDIRS = .
16
17 dist_man_MANS = man/lttng-gen-tp.1 \
18 man/lttng-ust.3 \