summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-10-19 13:39:13 +0300
committerRoss Burton <ross.burton@intel.com>2017-10-20 11:26:42 +0100
commita2c5fb82e5595d5bb56b579b7c93147c4fb065a5 (patch)
tree72184104cb0b657c33d7d589c81d047f36a2eaa0
parent52515d8bee445d728d5fe63bfcbca79b5d8ea250 (diff)
downloadmeta-mingw-a2c5fb82e5595d5bb56b579b7c93147c4fb065a5.tar.gz
gdb: add missing space to append line
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Ross Burton <ross.burton@intel.com>
-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"