mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
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>
This commit is contained in:
committed by
Steve Sakoman
parent
7fc5def9c4
commit
d20224ac86
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user