From f27d7f0809990b0bf27fce04ac3160d23872e8cf Mon Sep 17 00:00:00 2001 From: Jörg Sommer Date: Mon, 3 Nov 2025 08:26:55 +0100 Subject: python3-pygobject: Use SRC_URI from gnomebase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (From OE-Core rev: 066273d99f842ce1024665b44df925553162335f) Signed-off-by: Jörg Sommer Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pygobject_3.52.3.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/recipes-devtools/python/python3-pygobject_3.52.3.bb') 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 42b071ca08..ae81f1e31f 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)}" -- cgit v1.2.3-54-g00ecf