From 032c9ef231be4a00fb36f74cb51a6ee6e76c13c0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 8 Jun 2017 11:55:40 +0100 Subject: gdb-cross-canadian: generalise wildcard to work for all versions Signed-off-by: Ross Burton --- recipes-devtools/gdb/gdb-cross-canadian_%.bbappend | 7 +++++++ recipes-devtools/gdb/gdb-cross-canadian_7.%.bbappend | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 recipes-devtools/gdb/gdb-cross-canadian_%.bbappend delete mode 100644 recipes-devtools/gdb/gdb-cross-canadian_7.%.bbappend (limited to 'recipes-devtools/gdb') diff --git a/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend b/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend new file mode 100644 index 0000000..54b975a --- /dev/null +++ b/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend @@ -0,0 +1,7 @@ +LDFLAGS_append_sdkmingw32 = " -Wl,-static" +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" diff --git a/recipes-devtools/gdb/gdb-cross-canadian_7.%.bbappend b/recipes-devtools/gdb/gdb-cross-canadian_7.%.bbappend deleted file mode 100644 index 54b975a..0000000 --- a/recipes-devtools/gdb/gdb-cross-canadian_7.%.bbappend +++ /dev/null @@ -1,7 +0,0 @@ -LDFLAGS_append_sdkmingw32 = " -Wl,-static" -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" -- cgit v1.2.3-54-g00ecf