[OE-core] [PATCH][master-next] webkitgtk: add PACKAGECONFIG gobject-introspection

Andreas Müller schnitzeltony at gmail.com
Thu Feb 20 20:24:29 UTC 2020


On Thu, Feb 20, 2020 at 1:45 PM Andreas Müller <schnitzeltony at gmail.com> wrote:
>
> On Thu, Feb 20, 2020 at 11:07 AM Alexander Kanavin
> <alex.kanavin at gmail.com> wrote:
> >
> > You need to at the same time drop the introspection enablement logic from EXTRA_OECMAKE I think?
> > This line:
> > http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb?h=master-next#n70
> >
> > And for consistency, it would be good to do the same for gtk-doc.
>
> This is odd: I fell over this because there was no gir created. Did
> not notice it was few lines below. Need to check that - maybe I am a
> bit off-sync to master or something is wrong elsewhere.
>
> Will sync to master and send V2 then.
>
Finally had time to look into again. In the recipe there is

GI_DATA_ENABLED_armv7a = "False"
GI_DATA_ENABLED_armv7ve = "False"

=> My patch is wrong it overrides above accidentally - thanks Alex!

Since webkit builds gir fine (my machine is armv7ve) that does not
seem necessary any more. I would like to send out a patch removing at
least armv7ve - shall I take the risk to remove armv7a - maybe as two
patches?

Andreas


More information about the Openembedded-core mailing list