diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-03-06 22:26:21 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 14:49:32 +0000 |
commit | 755aaad12d2b117aa1ed137e03bb1a8386d919bb (patch) | |
tree | c28206f5bb409a8462278b4b6120c4dc13555dba /meta/recipes-kernel | |
parent | b465c0cb32696eed3ecc42fe4b5b478e4ba07914 (diff) | |
download | poky-755aaad12d2b117aa1ed137e03bb1a8386d919bb.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch | 18 | ||||
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust_2.4.0.bb | 1 |
2 files changed, 19 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 @@ | |||
1 | Upstream-Status: Inappropriate [embedded specific] | ||
2 | |||
3 | Don't build the doc examples - we don't need them and in fact they | ||
4 | never successfully built in previous iterations of the lttng-ust | ||
5 | recipe anyway. | ||
6 | |||
7 | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> | ||
8 | |||
9 | Index: 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 \ | ||
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.4.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.4.0.bb index 9f806c1c5a..1629554b09 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_2.4.0.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_2.4.0.bb | |||
@@ -22,6 +22,7 @@ PV = "2.4.0" | |||
22 | PE = "2" | 22 | PE = "2" |
23 | 23 | ||
24 | SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.4 \ | 24 | SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.4 \ |
25 | file://lttng-ust-doc-examples-disable.patch \ | ||
25 | " | 26 | " |
26 | 27 | ||
27 | S = "${WORKDIR}/git" | 28 | S = "${WORKDIR}/git" |