[oe] [meta-python][PATCH] python-cython: update SRC_URI for new download location

Laurent Gourvénec laurent.gourvenec at qarnot-computing.com
Mon Sep 26 15:56:12 UTC 2016


Signed-off-by: Laurent Gourvénec <laurent.gourvenec at qarnot-computing.com>
---
 meta-oe/recipes-devtools/python/python-cython_0.15.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb b/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
index 0bf057a..65db532 100644
--- a/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
+++ b/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
@@ -8,7 +8,7 @@ SRCNAME = "Cython"
 BBCLASSEXTEND = "native"
 PR = "r3"
 
-SRC_URI = "http://www.cython.org/release/${SRCNAME}-${PV}.tar.gz \
+SRC_URI = "https://pypi.python.org/packages/source/C/Cython/Cython-${PV}.tar.gz \
            file://0001-Don-t-append-docs-to-_Extension.extension.__doc__.patch \
 "
 S = "${WORKDIR}/${SRCNAME}-${PV}"
-- 
2.1.4




More information about the Openembedded-devel mailing list