summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/gdb/gdb-cross-canadian_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend b/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend
index 54b975a..067b614 100644
--- a/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend
+++ b/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend
@@ -2,6 +2,6 @@ LDFLAGS_append_sdkmingw32 = " -Wl,-static"
2EXEEXT_sdkmingw32 = ".exe" 2EXEEXT_sdkmingw32 = ".exe"
3DEPENDS_remove_sdkmingw32 = "nativesdk-ncurses nativesdk-readline nativesdk-python" 3DEPENDS_remove_sdkmingw32 = "nativesdk-ncurses nativesdk-readline nativesdk-python"
4RDEPENDS_${PN}_remove_sdkmingw32 = "nativesdk-python-core nativesdk-python-lang nativesdk-python-re nativesdk-python-codecs nativesdk-python-netclient" 4RDEPENDS_${PN}_remove_sdkmingw32 = "nativesdk-python-core nativesdk-python-lang nativesdk-python-re nativesdk-python-codecs nativesdk-python-netclient"
5EXTRA_OECONF_append_sdkmingw32 = "--without-curses --without-system-readline --with-python=no" 5EXTRA_OECONF_append_sdkmingw32 = " --without-curses --without-system-readline --with-python=no"
6PACKAGECONFIG_remove_sdkmingw32 = "readline" 6PACKAGECONFIG_remove_sdkmingw32 = "readline"
7PACKAGECONFIG_remove_sdkmingw32 = "python" 7PACKAGECONFIG_remove_sdkmingw32 = "python"