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