]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-ust: lttng-ust works fine on musl no need to remove it
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 4 Apr 2019 21:47:42 +0000 (21:47 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Apr 2019 16:27:40 +0000 (17:27 +0100)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
meta/recipes-devtools/gdb/gdb-common.inc
meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb

index 3d8e0c2ed76f24bbb86ce655c6fcc8e44eb4fc85..1e06e7fb6cd19ab9264cc2a65e738d85f14f3fdb 100644 (file)
@@ -37,7 +37,6 @@ SYSTEMTAP_riscv64 = ""
 
 # lttng-ust uses sched_getcpu() which is not there on for some platforms.
 LTTNGUST = "lttng-ust"
-LTTNGUST_libc-musl = ""
 LTTNGUST_arc = ""
 
 LTTNGTOOLS = "lttng-tools"
index a07625bb8d00e6a37fb09847a4ba045f3b38b88d..08f615addfc9eff24eeae54f39e18da8f2684276 100644 (file)
@@ -8,7 +8,6 @@ LTTNGUST_arc = ""
 LTTNGUST_aarch64 = ""
 LTTNGUST_mipsarch = ""
 LTTNGUST_sh4 = ""
-LTTNGUST_libc-musl = ""
 
 inherit autotools texinfo
 
index b720b84afaba8af1ce79f4b48c33094a6c156f45..a3fabb20ec5570afc50f01769c815d613928ede6 100644 (file)
@@ -26,7 +26,6 @@ PACKAGECONFIG[python] = "--enable-python-bindings ${PYTHON_OPTION},,python3 swig
 PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust"
 PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod"
 PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native"
-PACKAGECONFIG_remove_libc-musl = "lttng-ust"
 PACKAGECONFIG_remove_arc = "lttng-ust"
 
 SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \