I had a look at this, the failure is in unit tests which do not honour the meson option to switch introspection off - can be easily patched out I think.
Alex On Mon, 10 Aug 2020 at 21:08, Khem Raj <[email protected]> wrote: > On Sat, Aug 8, 2020 at 5:54 AM Adrian Bunk <[email protected]> wrote: > > > > ../libpeas-1.26.0/tests/libpeas/introspection/meson.build:47:0: ERROR: > Unknown variable "libpeas_gir". > > > > Signed-off-by: Adrian Bunk <[email protected]> > > --- > > meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb > b/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb > > index 881751008..1b754343a 100644 > > --- a/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb > > +++ b/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb > > @@ -10,6 +10,10 @@ GTKDOC_MESON_OPTION = "gtk_doc" > > > > inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache > features_check > > > > +# gobject-introspection is mandatory and cannot be configured > > +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" > > +UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection > --disable-introspection" > > these are autotools options but since dunfell we use meson to build > libpeas so I wonder how this is happening > perhaps some bbappends need to catch up may be ? > > > + > > ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" > > > > SRC_URI += " \ > > -- > > 2.17.1 > > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#86239): https://lists.openembedded.org/g/openembedded-devel/message/86239 Mute This Topic: https://lists.openembedded.org/mt/76066518/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
