summaryrefslogtreecommitdiffstats
path: root/conf/machine-sdk/include
diff options
context:
space:
mode:
authoramann <anmolbir.mann@windriver.com>2021-03-08 13:42:28 -0800
committerJoshua Watt <JPEWhacker@gmail.com>2021-03-09 11:00:11 -0600
commit37583e64e09e007730aa8132af5474b7cea7b0d6 (patch)
treeaedb384ebefc97d6fcfb87f9640b2ba03c6d7be5 /conf/machine-sdk/include
parentf8bb44bde9595a130fbed44da4f261c10635fa00 (diff)
downloadmeta-mingw-37583e64e09e007730aa8132af5474b7cea7b0d6.tar.gz
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 <anmolbir.mann@windriver.com> Signed-off-by: dreyna <david.reyna@windriver.com> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Diffstat (limited to 'conf/machine-sdk/include')
-rw-r--r--conf/machine-sdk/include/mingw32-common.inc1
1 files changed, 1 insertions, 0 deletions
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"
24SDKUSE_NLS = "no" 24SDKUSE_NLS = "no"
25SDKIMAGE_LINGUAS = "" 25SDKIMAGE_LINGUAS = ""
26SDK_DEPENDS_remove = "nativesdk-glibc-locale" 26SDK_DEPENDS_remove = "nativesdk-glibc-locale"
27SDK_DEPENDS_remove = "nativesdk-glibc-utils"
27 28
28SDKPKGSUFFIX = "nativesdk-mingw32" 29SDKPKGSUFFIX = "nativesdk-mingw32"
29 30