From: Wang Mingyu Date: Wed, 24 Apr 2024 08:42:23 +0000 (+0800) Subject: python3-pygobject: upgrade 3.48.1 -> 3.48.2 X-Git-Tag: uninative-4.5~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb5cb27155232b969508825628ee87942e9ba1cf;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pygobject: upgrade 3.48.1 -> 3.48.2 Changelog: =========== * Fix support for fundamental (primitive) types, such as Gst.Bitmask Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pygobject_3.48.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb similarity index 93% rename from meta/recipes-devtools/python/python3-pygobject_3.48.1.bb rename to meta/recipes-devtools/python/python3-pygobject_3.48.2.bb index 4754e41c048..3d83a8a1c26 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.48.1.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb @@ -19,7 +19,7 @@ DEPENDS += "python3 glib-2.0" SRCNAME="pygobject" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz" -SRC_URI[sha256sum] = "3a0a2c0c0f25931b5840649c54834b9e58a63148d37fa9f6308887b7027e15c2" +SRC_URI[sha256sum] = "0794aeb4a9be31a092ac20621b5f54ec280f9185943d328b105cdae6298ad1a7" S = "${WORKDIR}/${SRCNAME}-${PV}"