diff options
Diffstat (limited to 'meta-oe/recipes-devtools/python')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-cython_0.20.2.bb (renamed from meta-oe/recipes-devtools/python/python-cython_0.20.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/python/python-cython_0.20.1.bb b/meta-oe/recipes-devtools/python/python-cython_0.20.2.bb index 6c7507b51..9f357ec04 100644 --- a/meta-oe/recipes-devtools/python/python-cython_0.20.1.bb +++ b/meta-oe/recipes-devtools/python/python-cython_0.20.2.bb | |||
@@ -10,7 +10,7 @@ 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] = "52431696c64e618036537c4d9aa79d99" | 13 | SRC_URI[md5sum] = "7fc13e1c665bdf7cea19ad08906af91f" |
14 | SRC_URI[sha256sum] = "31a563744a21d7b10355f25a3bca96b37ec5d32bdecfc75e93d65a5f7e62766c" | 14 | SRC_URI[sha256sum] = "ed13b606a2aeb5bd6c235f8ed6c9988c99d01a033d0d21d56137c13d5c7be63f" |
15 | 15 | ||
16 | inherit distutils | 16 | inherit setuptools |