diff options
| author | Changqing Li <changqing.li@windriver.com> | 2020-03-06 12:34:35 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-03-06 17:23:54 -0800 |
| commit | 311f98fd03268cff343cf9ecb85de8092ef56b9b (patch) | |
| tree | a0c1a5230a66f79be9be8fe53dad22c2838205de /meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb | |
| parent | fd2e895c9c28e8593cd7e21f090f56cc8cbeda58 (diff) | |
| download | meta-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.bb | 33 |
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 @@ | |||
| 1 | SUMMARY = "Python GObject bindings" | ||
| 2 | HOMEPAGE = "http://www.pygtk.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "LGPLv2.1" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | ||
| 6 | |||
| 7 | GNOMEBASEBUILDCLASS = "meson" | ||
| 8 | inherit gnomebase gobject-introspection distutils3-base upstream-version-is-even | ||
| 9 | |||
| 10 | DEPENDS += "python3 glib-2.0" | ||
| 11 | |||
| 12 | SRCNAME = "pygobject" | ||
| 13 | SRC_URI = " \ | ||
| 14 | http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \ | ||
| 15 | " | ||
| 16 | |||
| 17 | SRC_URI[md5sum] = "ca1dc4f31c1d6d283758e8f315a88ab6" | ||
| 18 | SRC_URI[sha256sum] = "87e2c9aa785f352ef111dcc5f63df9b85cf6e05e52ff04f803ffbebdacf5271a" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 21 | |||
| 22 | UNKNOWN_CONFIGURE_WHITELIST = "introspection" | ||
| 23 | |||
| 24 | PACKAGECONFIG ??= "" | ||
| 25 | |||
| 26 | PACKAGECONFIG[cairo] = "-Dpycairo=true,-Dpycairo=false, cairo python-pycairo, python-pycairo" | ||
| 27 | PACKAGECONFIG[tests] = "-Dtests=true, -Dtests=false, , " | ||
| 28 | |||
| 29 | EXTRA_OEMESON_append = " -Dpython=python3" | ||
| 30 | |||
| 31 | BBCLASSEXTEND = "native" | ||
| 32 | RDEPENDS_${PN} = "python3-pkgutil" | ||
| 33 | RDEPENDS_${PN}_class-native = "" | ||
