[poky] Trying to use python3-pygobject-native to compile NetworkManager
Alexander Kanavin
alexander.kanavin at linux.intel.com
Tue Jan 2 05:06:55 PST 2018
On 01/02/2018 02:55 PM, Diaz de Grenu, Jose wrote:
> -----Original Message-----
> From: Alexander Kanavin [mailto:alexander.kanavin at linux.intel.com]
>
>> Also, where is the networkmanager recipe from? meta-oe has its own recipe for it, and it does not match what you posted to pastebin.
>
> It is a custom recipe, as I need to use a newer version of NetworkManager. This recipe was working fine on Yocto 2.2, and I suspect that the problem may be in the python3 package, not in the recipe itself.
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
More information about the poky
mailing list