[oe-commits] Khem Raj : gdb: Disable lttng support for musl

git at git.openembedded.org git at git.openembedded.org
Wed Jul 8 12:10:00 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: eda3a2282b768ce50fa3c719b4f3b692071a498b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=eda3a2282b768ce50fa3c719b4f3b692071a498b

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Jun  8 09:09:35 2015 -0700

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 <raj.khem at gmail.com>

---

 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"
 



More information about the Openembedded-commits mailing list