summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb1
-rw-r--r--meta/recipes-devtools/gdb/gdb-common.inc1
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb1
3 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index 3d8e0c2ed7..1e06e7fb6c 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -37,7 +37,6 @@ SYSTEMTAP_riscv64 = ""
37 37
38# lttng-ust uses sched_getcpu() which is not there on for some platforms. 38# lttng-ust uses sched_getcpu() which is not there on for some platforms.
39LTTNGUST = "lttng-ust" 39LTTNGUST = "lttng-ust"
40LTTNGUST_libc-musl = ""
41LTTNGUST_arc = "" 40LTTNGUST_arc = ""
42 41
43LTTNGTOOLS = "lttng-tools" 42LTTNGTOOLS = "lttng-tools"
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index a07625bb8d..08f615addf 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -8,7 +8,6 @@ LTTNGUST_arc = ""
8LTTNGUST_aarch64 = "" 8LTTNGUST_aarch64 = ""
9LTTNGUST_mipsarch = "" 9LTTNGUST_mipsarch = ""
10LTTNGUST_sh4 = "" 10LTTNGUST_sh4 = ""
11LTTNGUST_libc-musl = ""
12 11
13inherit autotools texinfo 12inherit autotools texinfo
14 13
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
26PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust" 26PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust"
27PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod" 27PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod"
28PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native" 28PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native"
29PACKAGECONFIG_remove_libc-musl = "lttng-ust"
30PACKAGECONFIG_remove_arc = "lttng-ust" 29PACKAGECONFIG_remove_arc = "lttng-ust"
31 30
32SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \ 31SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \