mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
lttng-ust: Disable doc/examples in the build
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. (From OE-Core rev: d798bd1d25ae0e57b65758c54f033afda96c14e1) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b465c0cb32
commit
755aaad12d
@@ -0,0 +1,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 = . examples
|
||||
+SUBDIRS = .
|
||||
|
||||
dist_man_MANS = man/lttng-gen-tp.1 \
|
||||
man/lttng-ust.3 \
|
||||
@@ -22,6 +22,7 @@ PV = "2.4.0"
|
||||
PE = "2"
|
||||
|
||||
SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.4 \
|
||||
file://lttng-ust-doc-examples-disable.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user