diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2016-08-20 11:04:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-28 15:32:48 +0100 |
commit | 4fb621f4589f5357622b141ae28dc1018b91bc6e (patch) | |
tree | b7a5e96737633474cbcc1b0f0d80ebff473ab62f | |
parent | 537fdefb3aa189acc8caf2391266a629d4eabac4 (diff) | |
download | meta-mingw-krogoth.tar.gz |
gdb-cross-canadian_7.9.1: Work with all 7.% versionskrogoth
Tested with 7.11.
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" | ||