diff options
author | Ross Burton <ross.burton@arm.com> | 2023-06-12 16:37:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-15 09:53:38 +0100 |
commit | abee4e69e114256d661eca816dab0565ac781e6a (patch) | |
tree | 86a09243a6d81d583a65721b9690121d6b52bcf7 /meta/recipes-gnome | |
parent | 970b5b0fa248f0f12e54f21cd70cf0b375477c06 (diff) | |
download | poky-abee4e69e114256d661eca816dab0565ac781e6a.tar.gz |
gobject-introspection: remove obsolete DEPENDS
This recipe uses meson, so doesn't need to DEPEND on autoconf-archive.
(From OE-Core rev: cb09a2d7077e4e0809e16ad6d23cd4f3b2a3bbca)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gobject-introspection/gobject-introspection_1.74.0.bb | 2 |
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 | ||
28 | MULTILIB_SCRIPTS = "${PN}:${bindir}/g-ir-annotation-tool ${PN}:${bindir}/g-ir-scanner" | 28 | MULTILIB_SCRIPTS = "${PN}:${bindir}/g-ir-annotation-tool ${PN}:${bindir}/g-ir-scanner" |
29 | 29 | ||
30 | DEPENDS += " libffi zlib glib-2.0 python3 flex-native bison-native autoconf-archive-native" | 30 | DEPENDS += " 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 |