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

2020-01-15 Thread Ross Burton
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_confi

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

2020-01-15 Thread Alexander Kanavin
I don't know: I am not seeing the issue locally, and it doesn't happen on the autobuilder, so it's difficult to give a useful answer. Alex On Wed, 15 Jan 2020 at 02:26, Maxime Roussin-Bélanger < maxime.roussinbelan...@gmail.com> wrote: > I have modified the recipe to use manpages, but it is impo

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

2020-01-14 Thread Maxime Roussin-Bélanger
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 inste

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

2020-01-13 Thread Alexander Kanavin
The correct way to configure this is to inherit manpages class, and name the option 'manpages' as well. Alex On Mon, 13 Jan 2020 at 22:10, Maxime Roussin-Bélanger < maxime.roussinbelan...@gmail.com> wrote: > The current default for the meson configuration is to build > the man. It will only do i

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

2020-01-13 Thread Maxime Roussin-Bélanger
The current default for the meson configuration is to build the man. It will only do it if it finds the xsltproc binary and man option (default: on). Adding the packageconfig make sure that xsltproc will be found in the correct path (recipe-sysroot-native) and that the docbook can be used. The do