From 37583e64e09e007730aa8132af5474b7cea7b0d6 Mon Sep 17 00:00:00 2001 From: amann Date: Mon, 8 Mar 2021 13:42:28 -0800 Subject: mingw: Remove 'nativesdk-glibc-utils' for windows sdk Certain recipes require the "glibc-utils" recipe to include Glibc utility tools. However, the native version is incompatible with the Windows host, and thus these recipes will cause the Windows SDK to fail to build, particularly the kernel development recipes. [YOCTO #14286] Signed-off-by: amann Signed-off-by: dreyna Signed-off-by: Joshua Watt --- conf/machine-sdk/include/mingw32-common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine-sdk/include/mingw32-common.inc') diff --git a/conf/machine-sdk/include/mingw32-common.inc b/conf/machine-sdk/include/mingw32-common.inc index bc6c91e..0109e75 100644 --- a/conf/machine-sdk/include/mingw32-common.inc +++ b/conf/machine-sdk/include/mingw32-common.inc @@ -24,6 +24,7 @@ SDK_PACKAGING_FUNC = "do_compile" SDKUSE_NLS = "no" SDKIMAGE_LINGUAS = "" SDK_DEPENDS_remove = "nativesdk-glibc-locale" +SDK_DEPENDS_remove = "nativesdk-glibc-utils" SDKPKGSUFFIX = "nativesdk-mingw32" -- cgit v1.2.3-54-g00ecf