Re: [OE-core] [PATCH] glib-2.0/glib.inc: fix broken mingw build

2018-04-13 Thread Alexander Kanavin
On 04/13/2018 11:29 PM, Bystricky, Juro wrote: Yes, I do get warnings, but in both cases (skipping the renaming and also if renamed with MLPREFIX): WARNING: core-image-minimal-1.0-r0 do_populate_sdk: The postinstall intercept hook 'update_gio_module_cache-nativesdk' failed, details in

Re: [OE-core] [PATCH] glib-2.0/glib.inc: fix broken mingw build

2018-04-13 Thread Bystricky, Juro
Yes, I do get warnings, but in both cases (skipping the renaming and also if renamed with MLPREFIX): WARNING: core-image-minimal-1.0-r0 do_populate_sdk: The postinstall intercept hook 'update_gio_module_cache-nativesdk' failed, details in

Re: [OE-core] [PATCH] glib-2.0/glib.inc: fix broken mingw build

2018-04-13 Thread Alexander Kanavin
On 04/13/2018 05:43 PM, Bystricky, Juro wrote: I think the better approach is to accommodate the exe suffix when doing the move: mv -v ${D}${libexecdir}/gio-querymodules${EXEEXT} ${D}${libexecdir}/${MLPREFIX}gio-querymodules${EXEEXT} This was actually the first thing I tried. However, I

Re: [OE-core] [PATCH] glib-2.0/glib.inc: fix broken mingw build

2018-04-13 Thread Bystricky, Juro
> I think the better approach is to accommodate the exe suffix when doing > the move: > mv -v ${D}${libexecdir}/gio-querymodules${EXEEXT} > ${D}${libexecdir}/${MLPREFIX}gio-querymodules${EXEEXT} This was actually the first thing I tried. However, I ended up with

Re: [OE-core] [PATCH] glib-2.0/glib.inc: fix broken mingw build

2018-04-13 Thread Alexander Kanavin
On 04/13/2018 01:28 AM, Juro Bystricky wrote: mingw build was broken by the commit: "glib-2.0/glib.inc: apply MLPREFIX renaming to all package classes" When building for mingw, we encounter build errors such as: mv: cannot stat '/<...>/usr/libexec/gio-querymodules': No such file or

[OE-core] [PATCH] glib-2.0/glib.inc: fix broken mingw build

2018-04-12 Thread Juro Bystricky
mingw build was broken by the commit: "glib-2.0/glib.inc: apply MLPREFIX renaming to all package classes" When building for mingw, we encounter build errors such as: mv: cannot stat '/<...>/usr/libexec/gio-querymodules': No such file or directory The file that exists is actually