summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2016-08-20 11:04:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-28 15:32:48 +0100
commit4fb621f4589f5357622b141ae28dc1018b91bc6e (patch)
treeb7a5e96737633474cbcc1b0f0d80ebff473ab62f
parent537fdefb3aa189acc8caf2391266a629d4eabac4 (diff)
gdb-cross-canadian_7.9.1: Work with all 7.% versionsupstream/krogoth
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"
DEPENDS_remove_sdkmingw32 = "nativesdk-ncurses nativesdk-readline nativesdk-python"
RDEPENDS_${PN}_remove_sdkmingw32 = "nativesdk-python-core nativesdk-python-lang nativesdk-python-re nativesdk-python-codecs nativesdk-python-netclient"
EXTRA_OECONF_append_sdkmingw32 = "--without-curses --without-system-readline --with-python=no"
+PACKAGECONFIG_remove_sdkmingw32 = "readline"
+PACKAGECONFIG_remove_sdkmingw32 = "python"