diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-31 11:31:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-03 09:58:28 +0100 |
commit | 338320be00101cb182c8ccdad162076e7c3d3dbc (patch) | |
tree | 8254322a15b87f10dde52875366b7bb7811ce6f8 /meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch | |
parent | 2dfdf483e9de5bcb24149f619b0c7fc466221204 (diff) | |
download | openembedded-core-338320be00101cb182c8ccdad162076e7c3d3dbc.tar.gz openembedded-core-338320be00101cb182c8ccdad162076e7c3d3dbc.tar.bz2 openembedded-core-338320be00101cb182c8ccdad162076e7c3d3dbc.zip |
lttng-ust: Update 2.7.1 -> 2.8.1
Drop aarch64_be patch which is now upstream.
Update doc patch to apply to latest version.
Disable man generation in configure options to match docs patch (for now).
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.patch | 2 |
1 files changed, 1 insertions, 1 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 index b68a9899c9..caf0b8bcf7 100644 --- 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 @@ -11,7 +11,7 @@ Index: doc/Makefile.am --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ --SUBDIRS = . examples +-SUBDIRS = . man examples +SUBDIRS = . dist_man_MANS = man/lttng-gen-tp.1 \ |