diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-pygobject_3.32.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-pygobject_3.32.1.bb | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.32.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.32.1.bb new file mode 100644 index 0000000000..8eda06e9e1 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pygobject_3.32.1.bb | |||
@@ -0,0 +1,33 @@ | |||
1 | SUMMARY = "Python GObject bindings" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | ||
5 | |||
6 | GNOMEBASEBUILDCLASS = "meson" | ||
7 | inherit gnomebase distutils3-base gobject-introspection upstream-version-is-even | ||
8 | |||
9 | DEPENDS += "python3 glib-2.0" | ||
10 | |||
11 | SRCNAME="pygobject" | ||
12 | SRC_URI = " \ | ||
13 | http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \ | ||
14 | file://0001-Do-not-build-tests.patch \ | ||
15 | " | ||
16 | |||
17 | UNKNOWN_CONFIGURE_WHITELIST = "introspection" | ||
18 | |||
19 | SRC_URI[md5sum] = "9d5dbca10162dd9b0d03fed0c6cf865d" | ||
20 | SRC_URI[sha256sum] = "32c99def94b8dea5ce9e4bc99576ef87591ea779b4db77cfdca7af81b76d04d8" | ||
21 | |||
22 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
23 | |||
24 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" | ||
25 | |||
26 | # python3-pycairo is checked on configuration -> DEPENDS | ||
27 | # we don't link against python3-pycairo -> RDEPENDS | ||
28 | PACKAGECONFIG[cairo] = "-Dpycairo=true,-Dpycairo=false, cairo python3-pycairo, python3-pycairo" | ||
29 | |||
30 | RDEPENDS_${PN} += "python3-setuptools" | ||
31 | |||
32 | BBCLASSEXTEND = "native" | ||
33 | PACKAGECONFIG_class-native = "" | ||