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, 10 insertions, 3 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 461ddcfe31..7ff7c5b4dd 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.42.0.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.42.0.bb
@@ -6,10 +6,19 @@ 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 gobject-introspection upstream-version-is-even 9inherit gnomebase distutils3-base upstream-version-is-even
10 10
11DEPENDS += "python3 glib-2.0" 11DEPENDS += "python3 glib-2.0"
12 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
17# Even though introspection is disabled on -native, gobject-introspection package is still
18# needed for m4 macros.
19DEPENDS:append:class-native = " gobject-introspection-native"
20DEPENDS:append:class-nativesdk = " gobject-introspection-native"
21
13SRCNAME="pygobject" 22SRCNAME="pygobject"
14 23
15SRC_URI = " \ 24SRC_URI = " \
@@ -18,8 +27,6 @@ SRC_URI = " \
18" 27"
19SRC_URI[sha256sum] = "9b12616e32cfc792f9dc841d9c472a41a35b85ba67d3a6eb427e307a6fe4367b" 28SRC_URI[sha256sum] = "9b12616e32cfc792f9dc841d9c472a41a35b85ba67d3a6eb427e307a6fe4367b"
20 29
21UNKNOWN_CONFIGURE_WHITELIST = "introspection"
22
23S = "${WORKDIR}/${SRCNAME}-${PV}" 30S = "${WORKDIR}/${SRCNAME}-${PV}"
24 31
25PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" 32PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}"