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
/data/m
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
/data/master-master/poky/build-x86_64-mingw32-sdk-core-i
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 ende
> 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
"nativesdk-gio-querymodules.exe"
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 director
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 "gio-querymod