From: Jörg Sommer Date: Mon, 3 Nov 2025 07:26:55 +0000 (+0100) Subject: python3-pygobject: Use SRC_URI from gnomebase X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d658e0c4df1399c3c88239ab019a3428b01028f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pygobject: Use SRC_URI from gnomebase Signed-off-by: Jörg Sommer Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-devtools/python/python3-pygobject_3.52.3.bb b/meta/recipes-devtools/python/python3-pygobject_3.52.3.bb index 42b071ca086..ae81f1e31f9 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.52.3.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.52.3.bb @@ -16,12 +16,12 @@ python() { DEPENDS += "python3 glib-2.0" -SRCNAME = "pygobject" +GNOME_COMPRESS_TYPE = "gz" +GNOMEBN = "pygobject" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.gz" -SRC_URI[sha256sum] = "00e427d291e957462a8fad659a9f9c8be776ff82a8b76bdf402f1eaeec086d82" +SRC_URI[archive.sha256sum] = "00e427d291e957462a8fad659a9f9c8be776ff82a8b76bdf402f1eaeec086d82" -S = "${UNPACKDIR}/${SRCNAME}-${PV}" +S = "${UNPACKDIR}/${GNOMEBN}-${PV}" PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}"