diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-pygobject_3.28.1.bb (renamed from meta/recipes-devtools/python/python3-pygobject_3.26.1.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.26.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.28.1.bb index 91f2d53d78..ad0117a2f4 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.26.1.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.28.1.bb | |||
@@ -12,12 +12,11 @@ SRC_URI = " \ | |||
12 | http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \ | 12 | http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "d898fc768ebec7a9ed4e4270c6fabfde" | 15 | SRC_URI[md5sum] = "612e9e2863d117d810e78672f7bc3ad6" |
16 | SRC_URI[sha256sum] = "f5577b9b9c70cabb9a60d81b855d488b767c66f867432e7fb64aa7269b04d1a9" | 16 | SRC_URI[sha256sum] = "42312b4a5015571fa0a4f2d201005da46b71c251ea2625bc95702d071c4ff895" |
17 | 17 | ||
18 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
19 | 19 | ||
20 | |||
21 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" | 20 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" |
22 | 21 | ||
23 | # python3-pycairo is checked on configuration -> DEPENDS | 22 | # python3-pycairo is checked on configuration -> DEPENDS |