From ff018b12fde68c772a028bd8a2d93fb29174ec32 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Tue, 21 Jul 2020 10:38:19 -0500 Subject: gdb-cross-canadian: Stop statically linking gdb was configured to statically link, presumably so it could find the static libexpat library. Since libexpat has been updated, it no longer builds a static library, so remove the flag to make GDB look for one. Signed-off-by: Joshua Watt --- recipes-devtools/gdb/gdb-cross-canadian_%.bbappend | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend b/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend index 067b614..c33a9ce 100644 --- a/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend +++ b/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend @@ -1,4 +1,3 @@ -LDFLAGS_append_sdkmingw32 = " -Wl,-static" EXEEXT_sdkmingw32 = ".exe" DEPENDS_remove_sdkmingw32 = "nativesdk-ncurses nativesdk-readline nativesdk-python" RDEPENDS_${PN}_remove_sdkmingw32 = "nativesdk-python-core nativesdk-python-lang nativesdk-python-re nativesdk-python-codecs nativesdk-python-netclient" -- cgit v1.2.3-54-g00ecf