summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-pygobject_3.42.0.bb13
1 files changed, 3 insertions, 10 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.42.0.bb b/meta/recipes-devtools/python/python3-pygobject_3.42.0.bb
index 7ff7c5b4dd..b07969c5ef 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.42.0.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.42.0.bb
@@ -6,18 +6,11 @@ LICENSE = "LGPLv2.1"
6LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" 6LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
7 7
8GNOMEBASEBUILDCLASS = "meson" 8GNOMEBASEBUILDCLASS = "meson"
9inherit gnomebase distutils3-base upstream-version-is-even 9GIR_MESON_OPTION = ""
10 10
11DEPENDS += "python3 glib-2.0" 11inherit gnomebase distutils3-base gobject-introspection upstream-version-is-even
12
13# Generating introspection data depends on a combination of native and target
14# introspection tools, and qemu to run the target tools.
15DEPENDS:append:class-target = " gobject-introspection gobject-introspection-native qemu-native prelink-native"
16 12
17# Even though introspection is disabled on -native, gobject-introspection package is still 13DEPENDS += "python3 glib-2.0"
18# needed for m4 macros.
19DEPENDS:append:class-native = " gobject-introspection-native"
20DEPENDS:append:class-nativesdk = " gobject-introspection-native"
21 14
22SRCNAME="pygobject" 15SRCNAME="pygobject"
23 16