On Tue, Mar 9, 2021 at 10:50 AM Richard Purdie
<[email protected]> wrote:
>
> On Mon, 2021-03-08 at 13:42 -0800, Anmolbir Mann wrote:
> > 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"
> >
>
> I think meta-mingw patches need to go to the yocto mailing list with
> [meta-mingw] in the subject.

Thanks Richard.

I pushed this to master-next for testing.

>
> Cheers,
>
> Richard
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#149180): 
https://lists.openembedded.org/g/openembedded-core/message/149180
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]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to