From cb09a2d7077e4e0809e16ad6d23cd4f3b2a3bbca Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 12 Jun 2023 16:37:48 +0100 Subject: [PATCH] gobject-introspection: remove obsolete DEPENDS This recipe uses meson, so doesn't need to DEPEND on autoconf-archive. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni --- .../gobject-introspection/gobject-introspection_1.74.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.74.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.74.0.bb index d3a7ce2fd93..15265d1dc42 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.74.0.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.74.0.bb @@ -27,7 +27,7 @@ GTKDOC_MESON_OPTION = "gtk_doc" MULTILIB_SCRIPTS = "${PN}:${bindir}/g-ir-annotation-tool ${PN}:${bindir}/g-ir-scanner" -DEPENDS += " libffi zlib glib-2.0 python3 flex-native bison-native autoconf-archive-native" +DEPENDS += " libffi zlib glib-2.0 python3 flex-native bison-native" # target build needs qemu to run temporary introspection binaries created # on the fly by g-ir-scanner and a native version of itself to run -- 2.47.3