lttng-ust is too much dependent on glibc dlfcn code disable it for musl Signed-off-by: Khem Raj <[email protected]> --- meta/recipes-devtools/gdb/gdb-common.inc | 1 + 1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 81af42f..166ba8e 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" -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
