diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-pygobject_3.42.0.bb | 13 |
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" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
7 | 7 | ||
8 | GNOMEBASEBUILDCLASS = "meson" | 8 | GNOMEBASEBUILDCLASS = "meson" |
9 | inherit gnomebase distutils3-base gobject-introspection upstream-version-is-even | 9 | inherit gnomebase distutils3-base upstream-version-is-even |
10 | 10 | ||
11 | DEPENDS += "python3 glib-2.0" | 11 | DEPENDS += "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. | ||
15 | DEPENDS: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. | ||
19 | DEPENDS:append:class-native = " gobject-introspection-native" | ||
20 | DEPENDS:append:class-nativesdk = " gobject-introspection-native" | ||
21 | |||
13 | SRCNAME="pygobject" | 22 | SRCNAME="pygobject" |
14 | 23 | ||
15 | SRC_URI = " \ | 24 | SRC_URI = " \ |
@@ -18,8 +27,6 @@ SRC_URI = " \ | |||
18 | " | 27 | " |
19 | SRC_URI[sha256sum] = "9b12616e32cfc792f9dc841d9c472a41a35b85ba67d3a6eb427e307a6fe4367b" | 28 | SRC_URI[sha256sum] = "9b12616e32cfc792f9dc841d9c472a41a35b85ba67d3a6eb427e307a6fe4367b" |
20 | 29 | ||
21 | UNKNOWN_CONFIGURE_WHITELIST = "introspection" | ||
22 | |||
23 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 30 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
24 | 31 | ||
25 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" | 32 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" |