summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.66.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gobject-introspection/gobject-introspection_1.66.1.bb')
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection_1.66.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.66.1.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.66.1.bb
index ee0ab2866b..ebac8d3a43 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.66.1.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.66.1.bb
@@ -28,14 +28,14 @@ GTKDOC_MESON_OPTION = "gtk_doc"
28 28
29MULTILIB_SCRIPTS = "${PN}:${bindir}/g-ir-annotation-tool ${PN}:${bindir}/g-ir-scanner" 29MULTILIB_SCRIPTS = "${PN}:${bindir}/g-ir-annotation-tool ${PN}:${bindir}/g-ir-scanner"
30 30
31DEPENDS_append = " libffi zlib glib-2.0 python3 flex-native bison-native autoconf-archive" 31DEPENDS += " libffi zlib glib-2.0 python3 flex-native bison-native autoconf-archive"
32 32
33# target build needs qemu to run temporary introspection binaries created 33# target build needs qemu to run temporary introspection binaries created
34# on the fly by g-ir-scanner and a native version of itself to run 34# on the fly by g-ir-scanner and a native version of itself to run
35# native versions of its own tools during build. 35# native versions of its own tools during build.
36# Also prelink-rtld is used to find out library dependencies of introspection binaries 36# Also prelink-rtld is used to find out library dependencies of introspection binaries
37# (standard ldd doesn't work when cross-compiling). 37# (standard ldd doesn't work when cross-compiling).
38DEPENDS_class-target_append = " gobject-introspection-native qemu-native prelink-native" 38DEPENDS_append_class-target = " gobject-introspection-native qemu-native prelink-native"
39 39
40# needed for writing out the qemu wrapper script 40# needed for writing out the qemu wrapper script
41export STAGING_DIR_HOST 41export STAGING_DIR_HOST