From: amann <[email protected]> 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 <[email protected]> Signed-off-by: dreyna <[email protected]> --- conf/machine-sdk/include/mingw32-common.inc | 1 + 1 file changed, 1 insertion(+) 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" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#149124): https://lists.openembedded.org/g/openembedded-core/message/149124 Mute This Topic: https://lists.openembedded.org/mt/81186404/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
