On Wed, Oct 4, 2017 at 3:23 PM, Burton, Ross <[email protected]> wrote:
> Already queued for master and probably rocko.

Thanks for that.

Alistair

>
> Ross
>
> On 4 October 2017 at 22:50, Alistair Francis <[email protected]> wrote:
>>
>> On Mon, Sep 25, 2017 at 3:56 PM, Alistair Francis
>> <[email protected]> wrote:
>> > Commit glib-2.0: recommend shared-mime-info
>> > (51e4f9ca5368af5cefa26f4ca50b282e858982f8) broke compilation when cross
>> > compiling for Windows. This patch removes the recommendation for
>> > shared-mime-info when using MinGW cross compile.
>> >
>> > Signed-off-by: Alistair Francis <[email protected]>
>> > Cc: Ross Burton <[email protected]>
>> > Cc: Richard Purdie <[email protected]>
>>
>> Ping!
>>
>> Thanks,
>> Alistair
>>
>> > ---
>> >  meta/recipes-core/glib-2.0/glib.inc | 2 ++
>> >  1 file changed, 2 insertions(+)
>> >
>> > diff --git a/meta/recipes-core/glib-2.0/glib.inc
>> > b/meta/recipes-core/glib-2.0/glib.inc
>> > index ce15ccefc3..8434b7dae3 100644
>> > --- a/meta/recipes-core/glib-2.0/glib.inc
>> > +++ b/meta/recipes-core/glib-2.0/glib.inc
>> > @@ -74,6 +74,8 @@ FILES_${PN}-codegen =
>> > "${datadir}/glib-2.0/codegen/*.py \
>> >  FILES_${PN}-utils = "${bindir}/*"
>> >
>> >  RRECOMMENDS_${PN} += "shared-mime-info"
>> > +# When cross compiling for Windows we don't want to include this
>> > +RRECOMMENDS_${PN}_remove_mingw32 = "shared-mime-info"
>> >
>> >  ARM_INSTRUCTION_SET_armv4 = "arm"
>> >  ARM_INSTRUCTION_SET_armv5 = "arm"
>> > --
>> > 2.11.0
>> >
>
>
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to