diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-12-16 14:24:02 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-12-16 13:18:15 +0000 |
commit | c53d98d5efe12859d27885b16b27b13d8afad4ce (patch) | |
tree | bcff5a1845e9d8fe8cc4778a4fac93ad42ad0f4c /recipes/gdb | |
parent | 60fc0576592792cc1b358044588edd9283f55072 (diff) | |
download | meta-boot2qt-c53d98d5efe12859d27885b16b27b13d8afad4ce.tar.gz |
gdb: correctly enable python support for mingw
Change-Id: Ibc5cb6ecd1db4cbc0436606700dec1e56e44b71d
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'recipes/gdb')
-rw-r--r-- | recipes/gdb/gdb-cross-canadian_7.%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gdb/gdb-cross-canadian_7.%.bbappend b/recipes/gdb/gdb-cross-canadian_7.%.bbappend index 34c14b7..bafdcbd 100644 --- a/recipes/gdb/gdb-cross-canadian_7.%.bbappend +++ b/recipes/gdb/gdb-cross-canadian_7.%.bbappend | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | DEPENDS_${PN}_append_sdkmingw32 = " nativesdk-prebuild-python" | 30 | DEPENDS_${PN}_append_sdkmingw32 = " nativesdk-prebuild-python" |
31 | RDEPENDS_${PN}_append_sdkmingw32 = " nativesdk-prebuild-python" | 31 | RDEPENDS_${PN}_append_sdkmingw32 = " nativesdk-prebuild-python" |
32 | EXTRA_OECONF_remove_sdkmingw32 = " --with-python=no" | 32 | EXTRA_OECONF_remove_sdkmingw32 = " --without-python" |
33 | EXTRA_OECONF_append_sdkmingw32 = " --with-python" | 33 | EXTRA_OECONF_append_sdkmingw32 = " --with-python" |
34 | 34 | ||
35 | do_install_append_sdkmingw32() { | 35 | do_install_append_sdkmingw32() { |