diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3-pygobject_3.32.2.bb (renamed from meta/recipes-devtools/python/python3-pygobject_3.32.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.32.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.32.2.bb index 8eda06e9e1..05688be603 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.32.1.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.32.2.bb | |||
| @@ -9,16 +9,16 @@ inherit gnomebase distutils3-base gobject-introspection upstream-version-is-even | |||
| 9 | DEPENDS += "python3 glib-2.0" | 9 | DEPENDS += "python3 glib-2.0" |
| 10 | 10 | ||
| 11 | SRCNAME="pygobject" | 11 | SRCNAME="pygobject" |
| 12 | |||
| 12 | SRC_URI = " \ | 13 | SRC_URI = " \ |
| 13 | http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \ | 14 | http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \ |
| 14 | file://0001-Do-not-build-tests.patch \ | 15 | file://0001-Do-not-build-tests.patch \ |
| 15 | " | 16 | " |
| 17 | SRC_URI[md5sum] = "92ffa25351782feb96362f0dace2089f" | ||
| 18 | SRC_URI[sha256sum] = "c39ca2a28364b57fa00549c6e836346031e6b886c3ceabfd8ab4b4fed0a83611" | ||
| 16 | 19 | ||
| 17 | UNKNOWN_CONFIGURE_WHITELIST = "introspection" | 20 | UNKNOWN_CONFIGURE_WHITELIST = "introspection" |
| 18 | 21 | ||
| 19 | SRC_URI[md5sum] = "9d5dbca10162dd9b0d03fed0c6cf865d" | ||
| 20 | SRC_URI[sha256sum] = "32c99def94b8dea5ce9e4bc99576ef87591ea779b4db77cfdca7af81b76d04d8" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 22 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 23 | 23 | ||
| 24 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" | 24 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" |
