diff options
author | Derek Straka <derek@asterius.io> | 2018-07-10 17:17:43 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-15 16:16:16 +0100 |
commit | 703812a3f899791232c81f4ad1774aa6f39987fb (patch) | |
tree | dfaaad220904c2758eb245b2f911825b63a7ccf2 /meta/recipes-devtools | |
parent | 3021db034d93f46cb20f7008777857003b6bb126 (diff) | |
download | poky-703812a3f899791232c81f4ad1774aa6f39987fb.tar.gz |
python3-pygobject: update to 3.28.3
Update the python3-pygobject package to the latest stable version
Tested on the qemu with core-image-minimal
(From OE-Core rev: 3c22f2080ece178b0cc68ae0b74310f81945ea52)
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-pygobject_3.28.3.bb (renamed from meta/recipes-devtools/python/python3-pygobject_3.28.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.28.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.28.3.bb index 97286f4e80..313af227b6 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.28.1.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.28.3.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = " \ | |||
12 | http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \ | 12 | http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "612e9e2863d117d810e78672f7bc3ad6" | 15 | SRC_URI[md5sum] = "3bac63c86bb963aa401f97859464aa90" |
16 | SRC_URI[sha256sum] = "42312b4a5015571fa0a4f2d201005da46b71c251ea2625bc95702d071c4ff895" | 16 | SRC_URI[sha256sum] = "3dd3e21015d06e00482ea665fc1733b77e754a6ab656a5db5d7f7bfaf31ad0b0" |
17 | 17 | ||
18 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
19 | 19 | ||