From: Khem Raj Date: Mon, 8 Jun 2015 16:09:35 +0000 (-0700) Subject: gdb: Disable lttng support for musl X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29885 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eda3a2282b768ce50fa3c719b4f3b692071a498b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gdb: Disable lttng support for musl lttng-ust is too much dependent on glibc dlfcn code disable it for musl Signed-off-by: Khem Raj --- diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 81af42f3232..166ba8eeab9 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc @@ -14,6 +14,7 @@ LTTNGUST_mips64el = "" LTTNGUST_mips64n32 = "" LTTNGUST_mips64eln32 = "" LTTNGUST_sh4 = "" +LTTNGUST_libc-musl = "" INC_PR = "r0"