]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-pygobject: update to 3.26.1
authorDerek Straka <derek@asterius.io>
Fri, 22 Dec 2017 17:19:17 +0000 (12:19 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Jan 2018 17:24:16 +0000 (17:24 +0000)
Update to the latest stable release

Tested in qemux86-64 running core-image-minimal

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-pygobject_3.26.1.bb [moved from meta/recipes-devtools/python/python3-pygobject_3.26.0.bb with 86% similarity]

similarity index 86%
rename from meta/recipes-devtools/python/python3-pygobject_3.26.0.bb
rename to meta/recipes-devtools/python/python3-pygobject_3.26.1.bb
index f368e6cce9486c2f44230746dbdf0eba21e35db0..0405b44f177ab3ba3b8cc88f52cfbcf29b3d43bf 100644 (file)
@@ -12,8 +12,8 @@ SRC_URI = " \
     http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \
 "
 
-SRC_URI[md5sum] = "1c1719b1798cc8bf1cb97777c41c83d1"
-SRC_URI[sha256sum] = "7411acd600c8cb6f00d2125afa23303f2104e59b83e0a4963288dbecc3b029fa"
+SRC_URI[md5sum] = "d898fc768ebec7a9ed4e4270c6fabfde"
+SRC_URI[sha256sum] = "f5577b9b9c70cabb9a60d81b855d488b767c66f867432e7fb64aa7269b04d1a9"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"