From: Khem Raj Date: Mon, 8 Jun 2015 16:09:35 +0000 (-0700) Subject: gdb: Disable lttng support for musl X-Git-Tag: 2015-10~1372 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=eda3a2282b768ce50fa3c719b4f3b692071a498b;p=openembedded-core.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 81af42f323..166ba8eeab 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"