* otherwise do_configure fails:
  http://errors.yoctoproject.org/Errors/Details/704194/

  gladeui/Makefile.am:267: error: HAVE_INTROSPECTION does not appear in 
AM_CONDITIONAL

* AM_CONDITIONAL is in 
${STAGING_DIR_TARGET}/${datadir}/aclocal/introspection.m4:
  AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")

  but since:
  
https://git.openembedded.org/openembedded-core/commit/meta/classes-recipe/gobject-introspection.bbclass?id=4e51c1815c92bb15977a3bdb14171d770da44004
  it doesn't get copied to ${S}/m4 without gobject-introspection-data

Signed-off-by: Martin Jansa <martin.ja...@gmail.com>
---
 meta-oe/recipes-devtools/glade/glade_3.22.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-devtools/glade/glade_3.22.2.bb 
b/meta-oe/recipes-devtools/glade/glade_3.22.2.bb
index 6c1112038c..9ee087fdb7 100644
--- a/meta-oe/recipes-devtools/glade/glade_3.22.2.bb
+++ b/meta-oe/recipes-devtools/glade/glade_3.22.2.bb
@@ -13,6 +13,7 @@ inherit features_check autotools pkgconfig gnomebase 
gobject-introspection mime-
 # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 
PACKAGECONFIG.
 # cairo would at least needed to be built with xlib.
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
+REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
 
 SRC_URI = 
"http://ftp.gnome.org/pub/GNOME/sources/glade/3.22/glade-${PV}.tar.xz \
            file://remove-yelp-help-rules-var.patch \
-- 
2.40.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#102601): 
https://lists.openembedded.org/g/openembedded-devel/message/102601
Mute This Topic: https://lists.openembedded.org/mt/98901365/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to