summaryrefslogtreecommitdiffstats
path: root/meta/classes/gobject-introspection.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/gobject-introspection.bbclass')
-rw-r--r--meta/classes/gobject-introspection.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gobject-introspection.bbclass b/meta/classes/gobject-introspection.bbclass
index 4db1b362d9..7bf9feb0d6 100644
--- a/meta/classes/gobject-introspection.bbclass
+++ b/meta/classes/gobject-introspection.bbclass
@@ -29,7 +29,7 @@ EXTRA_OEMESON:prepend:class-nativesdk = "${@['', '${GIRMESONBUILD}'][d.getVar('G
29 29
30# Generating introspection data depends on a combination of native and target 30# Generating introspection data depends on a combination of native and target
31# introspection tools, and qemu to run the target tools. 31# introspection tools, and qemu to run the target tools.
32DEPENDS:append:class-target = " gobject-introspection gobject-introspection-native qemu-native prelink-native" 32DEPENDS:append:class-target = " gobject-introspection gobject-introspection-native qemu-native"
33 33
34# Even though introspection is disabled on -native, gobject-introspection package is still 34# Even though introspection is disabled on -native, gobject-introspection package is still
35# needed for m4 macros. 35# needed for m4 macros.