[poky] Trying to use python3-pygobject-native to compile NetworkManager
Diaz de Grenu, Jose
Jose.DiazdeGrenu at digi.com
Tue Jan 2 09:36:30 PST 2018
-----Original Message-----
From: Alexander Kanavin [mailto:alexander.kanavin at linux.intel.com]
> I think that's correct - the older version from meta-oe does not have a hard failure if pygobject isn't working. I can't help you with the error itself that python is printing; you need to dig into the point in the code where it happens and take it from there.
>
> Generally, calling host python to establish (via module import) if pygobject is available for the target is incorrect, you can simply patch configure.ac to remove the check. That wouldn't however fix the underlying problem (that of host pygobject being broken).
>
> Alex
I don't really know if the problem is then the configure.ac from NetworkManager, or the pygobject recipe in the poky layer...
I was able to build NetworkManager by adding:
EXTRA_OECONF_append = " --disable-introspection"
I think introspection is only used to generate the documentation, which I don't care about.
Anyways it would be neat if the recipe would just work as it was. If I get some time I will try to understand which is the problem and maybe notify the NetworkManager mailing list if they should fix its configure.ac
Thanks!
More information about the poky
mailing list