summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-01-30 16:22:56 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-06 11:06:28 +0000
commit7aa9be36dbb911d860990030188bea8e29a8375d (patch)
treee4196ad921b730813072dfbdb8179b5fc3e40cee /meta/recipes-devtools/python
parent39e48c8b066518909ea647bb3168243061fc1414 (diff)
downloadpoky-7aa9be36dbb911d860990030188bea8e29a8375d.tar.gz
python3-pycairo: update to 1.15.6
Update to the latest stable release Tested in qemux86-64 running core-image-minimal (From OE-Core rev: fa4db2f80f6149e402f977e8de022493e6c0e1d2) 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/python')
-rw-r--r--meta/recipes-devtools/python/python3-pycairo_1.15.6.bb (renamed from meta/recipes-devtools/python/python3-pycairo_1.15.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pycairo_1.15.4.bb b/meta/recipes-devtools/python/python3-pycairo_1.15.6.bb
index a6c9e5a625..5c3e1e6f03 100644
--- a/meta/recipes-devtools/python/python3-pycairo_1.15.4.bb
+++ b/meta/recipes-devtools/python/python3-pycairo_1.15.6.bb
@@ -13,8 +13,8 @@ DEPENDS = "cairo"
13SRC_URI = "https://github.com/pygobject/pycairo/releases/download/v${PV}/pycairo-${PV}.tar.gz" 13SRC_URI = "https://github.com/pygobject/pycairo/releases/download/v${PV}/pycairo-${PV}.tar.gz"
14UPSTREAM_CHECK_URI = "https://github.com/pygobject/pycairo/releases/" 14UPSTREAM_CHECK_URI = "https://github.com/pygobject/pycairo/releases/"
15 15
16SRC_URI[md5sum] = "89f04740078fb5f4e4dd92a0c4d3b537" 16SRC_URI[md5sum] = "3ff210c34e7b052590e15fd0fb147766"
17SRC_URI[sha256sum] = "ee4c3068c048230e5ce74bb8994a024711129bde1af1d76e3276c7acd81c4357" 17SRC_URI[sha256sum] = "ad150ea637860836b66705e0513b8e59494538f0b80497ad3462051368755016"
18 18
19S = "${WORKDIR}/pycairo-${PV}" 19S = "${WORKDIR}/pycairo-${PV}"
20 20