From 2a9f951fbf7a8d2399a1b8d1a1a3bc2703ab5b7e Mon Sep 17 00:00:00 2001 From: Richard Tollerton Date: Wed, 16 Jul 2014 13:58:04 -0500 Subject: gdb-cross-canadian: remove ncurses and python deps from mingw32 builds Python has never appeared to build under mingw; those who have gotten gdb builds working under mingw have extracted the MSIs from python.org. In lieu of that approach, just disable python support for now. nativesdk-ncurses has several build problems, the least surmountable of which is that it doesn't appear to build either statically or dynamically. Just disable that for now too. This results in mingw32 gdb not supporting plugins, pretty-printing, or TUI mode, at the very least. But MI mode works, as does gdb's internal readline implementation. Signed-off-by: Richard Tollerton Signed-off-by: Richard Purdie --- recipes-devtools/gdb/gdb-cross-canadian_7.7.1.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-devtools/gdb/gdb-cross-canadian_7.7.1.bbappend (limited to 'recipes-devtools') diff --git a/recipes-devtools/gdb/gdb-cross-canadian_7.7.1.bbappend b/recipes-devtools/gdb/gdb-cross-canadian_7.7.1.bbappend new file mode 100644 index 0000000..bf4bd75 --- /dev/null +++ b/recipes-devtools/gdb/gdb-cross-canadian_7.7.1.bbappend @@ -0,0 +1,5 @@ +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" +EXTRA_OECONF_append_sdkmingw32 = "--without-curses --without-system-readline --with-python=no" -- cgit v1.2.3-54-g00ecf