diff options
-rw-r--r-- | recipes-devtools/gdb/gdb-cross-canadian_7.%.bbappend (renamed from recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bbappend) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bbappend b/recipes-devtools/gdb/gdb-cross-canadian_7.%.bbappend index bf4bd75..54b975a 100644 --- a/recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bbappend +++ b/recipes-devtools/gdb/gdb-cross-canadian_7.%.bbappend | |||
@@ -3,3 +3,5 @@ EXEEXT_sdkmingw32 = ".exe" | |||
3 | DEPENDS_remove_sdkmingw32 = "nativesdk-ncurses nativesdk-readline nativesdk-python" | 3 | DEPENDS_remove_sdkmingw32 = "nativesdk-ncurses nativesdk-readline nativesdk-python" |
4 | RDEPENDS_${PN}_remove_sdkmingw32 = "nativesdk-python-core nativesdk-python-lang nativesdk-python-re nativesdk-python-codecs nativesdk-python-netclient" | 4 | RDEPENDS_${PN}_remove_sdkmingw32 = "nativesdk-python-core nativesdk-python-lang nativesdk-python-re nativesdk-python-codecs nativesdk-python-netclient" |
5 | EXTRA_OECONF_append_sdkmingw32 = "--without-curses --without-system-readline --with-python=no" | 5 | EXTRA_OECONF_append_sdkmingw32 = "--without-curses --without-system-readline --with-python=no" |
6 | PACKAGECONFIG_remove_sdkmingw32 = "readline" | ||
7 | PACKAGECONFIG_remove_sdkmingw32 = "python" | ||