summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2020-03-06 12:34:35 +0800
committerKhem Raj <raj.khem@gmail.com>2020-03-06 17:23:54 -0800
commit311f98fd03268cff343cf9ecb85de8092ef56b9b (patch)
treea0c1a5230a66f79be9be8fe53dad22c2838205de /meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb
parentfd2e895c9c28e8593cd7e21f090f56cc8cbeda58 (diff)
downloadmeta-openembedded-311f98fd03268cff343cf9ecb85de8092ef56b9b.tar.gz
python3-pygobject: remove this recipe
python3-pygobject already in oe-core, previously, we have python-pygobject in meta-oe, but recently, in order to drop python2, we transfer python-pygobject to python3-pygobject, so duplicated with oe-core, meantime, this will cause test_signature failure when do yocto-check-layer for layer meta-oe. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb')
-rw-r--r--meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb b/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb
deleted file mode 100644
index e06f4dc01d..0000000000
--- a/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb
+++ /dev/null
@@ -1,33 +0,0 @@
1SUMMARY = "Python GObject bindings"
2HOMEPAGE = "http://www.pygtk.org/"
3SECTION = "devel/python"
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
6
7GNOMEBASEBUILDCLASS = "meson"
8inherit gnomebase gobject-introspection distutils3-base upstream-version-is-even
9
10DEPENDS += "python3 glib-2.0"
11
12SRCNAME = "pygobject"
13SRC_URI = " \
14 http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \
15"
16
17SRC_URI[md5sum] = "ca1dc4f31c1d6d283758e8f315a88ab6"
18SRC_URI[sha256sum] = "87e2c9aa785f352ef111dcc5f63df9b85cf6e05e52ff04f803ffbebdacf5271a"
19
20S = "${WORKDIR}/${SRCNAME}-${PV}"
21
22UNKNOWN_CONFIGURE_WHITELIST = "introspection"
23
24PACKAGECONFIG ??= ""
25
26PACKAGECONFIG[cairo] = "-Dpycairo=true,-Dpycairo=false, cairo python-pycairo, python-pycairo"
27PACKAGECONFIG[tests] = "-Dtests=true, -Dtests=false, , "
28
29EXTRA_OEMESON_append = " -Dpython=python3"
30
31BBCLASSEXTEND = "native"
32RDEPENDS_${PN} = "python3-pkgutil"
33RDEPENDS_${PN}_class-native = ""