From 6bc07522fa7cee5f705411bdc1eb35d312938453 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Wed, 16 Jun 2021 09:50:07 -0500 Subject: Disable debuginfod Disables debuginfod when using MingGW. This feature brings in unbuildable dependencies and can't be used. Signed-off-by: Joshua Watt --- conf/machine-sdk/include/mingw32-common.inc | 2 ++ recipes-devtools/gdb/gdb-cross-canadian_%.bbappend | 1 + 2 files changed, 3 insertions(+) diff --git a/conf/machine-sdk/include/mingw32-common.inc b/conf/machine-sdk/include/mingw32-common.inc index 0109e75..3997a26 100644 --- a/conf/machine-sdk/include/mingw32-common.inc +++ b/conf/machine-sdk/include/mingw32-common.inc @@ -15,6 +15,8 @@ USE_NLS_mingw32 = "no" FILES_${PN}-staticdev_append_mingw32 = " ${libdir}/*.lib" ALLOW_EMPTY_${PN}_mingw32 = "1" +DISTRO_FEATURES_FILTER_NATIVESDK_remove_mingw32 = "debuginfod" + # Do what amounts to a NOOP SDK_PACKAGING_FUNC = "do_compile" diff --git a/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend b/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend index c33a9ce..096fc63 100644 --- a/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend +++ b/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend @@ -4,3 +4,4 @@ RDEPENDS_${PN}_remove_sdkmingw32 = "nativesdk-python-core nativesdk-python-lang EXTRA_OECONF_append_sdkmingw32 = " --without-curses --without-system-readline --with-python=no" PACKAGECONFIG_remove_sdkmingw32 = "readline" PACKAGECONFIG_remove_sdkmingw32 = "python" +PACKAGECONFIG_remove_sdkmingw32 = "debuginfod" -- cgit v1.2.3-54-g00ecf