Tested with 7.11. Signed-off-by: Juro Bystricky <juro.bystri...@intel.com> --- recipes-devtools/gdb/gdb-cross-canadian_7.%.bbappend | 7 +++++++ recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bbappend | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 recipes-devtools/gdb/gdb-cross-canadian_7.%.bbappend delete mode 100644 recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bbappend
diff --git a/recipes-devtools/gdb/gdb-cross-canadian_7.%.bbappend b/recipes-devtools/gdb/gdb-cross-canadian_7.%.bbappend new file mode 100644 index 0000000..54b975a --- /dev/null +++ b/recipes-devtools/gdb/gdb-cross-canadian_7.%.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.9.1.bbappend b/recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bbappend deleted file mode 100644 index bf4bd75..0000000 --- a/recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bbappend +++ /dev/null @@ -1,5 +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" -- 2.7.4 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto