summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-06-12 16:37:48 +0100
committerSteve Sakoman <steve@sakoman.com>2023-07-04 05:32:29 -1000
commitd20224ac863d7d22aa6a4ec9d2971d7ce7b1db83 (patch)
tree286b25536c37861db828f8d058b3b370b70257f3
parent7fc5def9c473d8b3e21352c5722563526471ce3e (diff)
downloadpoky-d20224ac863d7d22aa6a4ec9d2971d7ce7b1db83.tar.gz
gobject-introspection: remove obsolete DEPENDS
This recipe uses meson, so doesn't need to DEPEND on autoconf-archive. (From OE-Core rev: b5e006b15d0e95ab83a1a42de194d28152c67f48) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit cb09a2d7077e4e0809e16ad6d23cd4f3b2a3bbca) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection_1.74.0.bb2
1 files changed, 1 insertions, 1 deletions
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 d3a7ce2fd9..15265d1dc4 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"
27 27
28MULTILIB_SCRIPTS = "${PN}:${bindir}/g-ir-annotation-tool ${PN}:${bindir}/g-ir-scanner" 28MULTILIB_SCRIPTS = "${PN}:${bindir}/g-ir-annotation-tool ${PN}:${bindir}/g-ir-scanner"
29 29
30DEPENDS += " libffi zlib glib-2.0 python3 flex-native bison-native autoconf-archive-native" 30DEPENDS += " libffi zlib glib-2.0 python3 flex-native bison-native"
31 31
32# target build needs qemu to run temporary introspection binaries created 32# target build needs qemu to run temporary introspection binaries created
33# on the fly by g-ir-scanner and a native version of itself to run 33# on the fly by g-ir-scanner and a native version of itself to run