[OE-core] [PATCH] meta: gdk-pixbuf: add man packageconfig

Ross Burton ross.burton at intel.com
Wed Jan 15 13:20:16 UTC 2020


On 15/01/2020 01:25, Maxime Roussin-Bélanger wrote:
> I have modified the recipe to use manpages, but it is impossible to run 
> a build from master, because
> of my python3 pyenv setup. I had to add
> 
> +DEPENDS = "python3-native"
> 
> to ca-certificates, without it was impossible to go through the 
> do_configure step. It was using the python3
> from my system instead of the one provided by yocto? I am a bit lost here.
> 
> What do you think? Should it have python3-native? There is a fairly 
> recent patch
> to use python3 `file://0001-certdata2pem.py-use-python3.patch`

We assume that the host has a Python 3, which is fair as Bitbake needs 
Python 3.  The ca-certificates recipe should be able to use the same 
Python 3 interpretter, which was found during a search of $PATH and 
linked in tmp/hosttools/python3.

If your host Py setup is complicated, then the hosttools is where to 
look for a fix.

Ross


More information about the Openembedded-core mailing list