diff options
author | Jonathan Rajotte <jonathan.rajotte-julien@efficios.com> | 2019-04-04 21:47:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-05 17:32:50 +0100 |
commit | efbc68e1a4a7bfcd0a17a40bc673190c6e084a5f (patch) | |
tree | 518fca0c3e0aa7b8b170e133ddcf315164ad7561 /meta/recipes-kernel/lttng | |
parent | 9c01b82269104bd37be4ac459af2604e00468e11 (diff) | |
download | poky-efbc68e1a4a7bfcd0a17a40bc673190c6e084a5f.tar.gz |
lttng-ust: lttng-ust works fine on musl no need to remove it
(From OE-Core rev: 1eaf5f374dc1e9e5be83ecb4f31b86acea850486)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb b/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb index b720b84afa..a3fabb20ec 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb | |||
@@ -26,7 +26,6 @@ PACKAGECONFIG[python] = "--enable-python-bindings ${PYTHON_OPTION},,python3 swig | |||
26 | PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust" | 26 | PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust" |
27 | PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod" | 27 | PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod" |
28 | PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native" | 28 | PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native" |
29 | PACKAGECONFIG_remove_libc-musl = "lttng-ust" | ||
30 | PACKAGECONFIG_remove_arc = "lttng-ust" | 29 | PACKAGECONFIG_remove_arc = "lttng-ust" |
31 | 30 | ||
32 | SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \ | 31 | SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \ |