[oe] [meta-oe][WIP][DONT-MERGE][PATCH] python-cython: downgrade to 0.19.1

Martin Jansa martin.jansa at gmail.com
Sat Jun 21 11:44:46 UTC 2014


* this is only temporary, until I find better fix for 0.20.1
* I don't plan to merge this unless fixing 0.20.1 became too
  complicated, but use it if you need to fix it sooner (notice
  intentionally missing PE bump)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../python/{python-cython_0.20.1.bb => python-cython_0.19.1.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/python/{python-cython_0.20.1.bb => python-cython_0.19.1.bb} (80%)

diff --git a/meta-oe/recipes-devtools/python/python-cython_0.20.1.bb b/meta-oe/recipes-devtools/python/python-cython_0.19.1.bb
similarity index 80%
rename from meta-oe/recipes-devtools/python/python-cython_0.20.1.bb
rename to meta-oe/recipes-devtools/python/python-cython_0.19.1.bb
index f8cf245..e9b56e4 100644
--- a/meta-oe/recipes-devtools/python/python-cython_0.20.1.bb
+++ b/meta-oe/recipes-devtools/python/python-cython_0.19.1.bb
@@ -10,8 +10,8 @@ BBCLASSEXTEND = "native"
 SRC_URI = "http://www.cython.org/release/${SRCNAME}-${PV}.tar.gz"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-SRC_URI[md5sum] = "52431696c64e618036537c4d9aa79d99"
-SRC_URI[sha256sum] = "31a563744a21d7b10355f25a3bca96b37ec5d32bdecfc75e93d65a5f7e62766c"
+SRC_URI[md5sum] = "df4cfb2b8e3345272e3fc451b76bd630"
+SRC_URI[sha256sum] = "0b90aaa286acdd1bf75a6dd144dfc45192f011f2c2401cf5f80ed6ab5f8bf778"
 
 inherit distutils
 
-- 
2.0.0




More information about the Openembedded-devel mailing list