Alexander Kanavin <alex.kana...@gmail.com> writes:

> 2018-06-08 21:17 GMT+03:00 Sascha Silbe <x-y...@se-silbe.de>:
>>     python3 -c 'from gi.repository import GLib'
>
> May I ask, what is the use case for running this in the native
> context? Note that we explicitly disable generating introspection data
> on the native side (though the g-i class), and so you'll get the
> typelibs for the base glib that is bundled with g-i tarball, but not
> anything else.

We have some Python modules that we are extracting some information from
and generating documentation for at build time; both times the modules
get imported. We don't need GLib to actually work; it only needs to be
importable. Fortunately no other typelib is used by the code.

Sascha
-- 
Softwareentwicklung Sascha Silbe, Niederhofenstraße 5/1, 71229 Leonberg
https://se-silbe.de/
USt-IdNr.: DE281696641

Attachment: signature.asc
Description: PGP signature

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to