diff options
author | Derek Straka <derek@asterius.io> | 2016-04-11 07:41:34 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-21 21:33:18 +0200 |
commit | 4a90cbc29bae064780e15a30c399bb3dc04bed8d (patch) | |
tree | 98cbf410d7b3f3cda40ebec05ebfdcad37c49ad5 /meta-python/recipes-devtools/python/python-cython.inc | |
parent | ead0d3b0c8635a8d61655a57b9d5e43b86c67b6e (diff) | |
download | meta-openembedded-4a90cbc29bae064780e15a30c399bb3dc04bed8d.tar.gz |
python-cython: update to 0.24
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cython.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cython.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython.inc b/meta-python/recipes-devtools/python/python-cython.inc index a5505384a..f5945b523 100644 --- a/meta-python/recipes-devtools/python/python-cython.inc +++ b/meta-python/recipes-devtools/python/python-cython.inc | |||
@@ -10,8 +10,8 @@ BBCLASSEXTEND = "native" | |||
10 | SRC_URI = "http://www.cython.org/release/${SRCNAME}-${PV}.tar.gz" | 10 | SRC_URI = "http://www.cython.org/release/${SRCNAME}-${PV}.tar.gz" |
11 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 11 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "157df1f69bcec6b56fd97e0f2e057f6e" | 13 | SRC_URI[md5sum] = "14fbc970f4a856845e633cbc09e61048" |
14 | SRC_URI[sha256sum] = "fec42fecee35d6cc02887f1eef4e4952c97402ed2800bfe41bbd9ed1a0730d8e" | 14 | SRC_URI[sha256sum] = "6de44d8c482128efc12334641347a9c3e5098d807dd3c69e867fa8f84ec2a3f1" |
15 | 15 | ||
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS_${PN} += "\ |
17 | ${PYTHON_PN}-netserver \ | 17 | ${PYTHON_PN}-netserver \ |