diff options
| author | Derek Straka <derek@asterius.io> | 2017-12-22 12:19:17 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-02 17:24:39 +0000 |
| commit | bb7616054fbeaba5e4bdfb4164d67184864d7807 (patch) | |
| tree | c9c5e6e592b54910fd2772958ab5585efe0e9d7d /meta/recipes-devtools/python/python3-pygobject_3.26.0.bb | |
| parent | 9225ae0245b8d07e3e11a147dcb0433a370c9a48 (diff) | |
| download | poky-bb7616054fbeaba5e4bdfb4164d67184864d7807.tar.gz | |
python3-pygobject: update to 3.26.1
Update to the latest stable release
Tested in qemux86-64 running core-image-minimal
(From OE-Core rev: 01610f3ba7c62afdfab118e8cf44c3c1c900ba57)
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pygobject_3.26.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pygobject_3.26.0.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.26.0.bb b/meta/recipes-devtools/python/python3-pygobject_3.26.0.bb deleted file mode 100644 index f368e6cce9..0000000000 --- a/meta/recipes-devtools/python/python3-pygobject_3.26.0.bb +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | SUMMARY = "Python GObject bindings" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "LGPLv2.1" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | ||
| 5 | |||
| 6 | inherit autotools pkgconfig gnomebase distutils3-base gobject-introspection upstream-version-is-even | ||
| 7 | |||
| 8 | DEPENDS += "python3 glib-2.0" | ||
| 9 | |||
| 10 | SRCNAME="pygobject" | ||
| 11 | SRC_URI = " \ | ||
| 12 | http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \ | ||
| 13 | " | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "1c1719b1798cc8bf1cb97777c41c83d1" | ||
| 16 | SRC_URI[sha256sum] = "7411acd600c8cb6f00d2125afa23303f2104e59b83e0a4963288dbecc3b029fa" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 19 | |||
| 20 | |||
| 21 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" | ||
| 22 | |||
| 23 | # python3-pycairo is checked on configuration -> DEPENDS | ||
| 24 | # we don't link against python3-pycairo -> RDEPENDS | ||
| 25 | PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo python3-pycairo, python3-pycairo" | ||
| 26 | |||
| 27 | RDEPENDS_${PN} += "python3-setuptools python3-importlib" | ||
| 28 | |||
| 29 | BBCLASSEXTEND = "native" | ||
| 30 | PACKAGECONFIG_class-native = "" | ||
