aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorCharles Clément <caratorn@gmail.com>2009-03-24 16:31:44 -0700
committerKhem Raj <raj.khem@gmail.com>2009-03-24 16:31:44 -0700
commit612f5698260021eadb06a3e8f618b555b9f7cf21 (patch)
tree5d238122f1875e0949370648af1060475d7ed296 /recipes/python
parentff0001fd335d2dd49dd34001afdf97e6fa974fef (diff)
downloadopenembedded-612f5698260021eadb06a3e8f618b555b9f7cf21.tar.gz
python-pyrex_0.9.8.5.bb: Point SRC_URI to the updated location.
checksums.ini: Add checksum for new location of python-pyrex. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-pyrex_0.9.8.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/python/python-pyrex_0.9.8.5.bb b/recipes/python/python-pyrex_0.9.8.5.bb
index 94db79341e..03468a0522 100644
--- a/recipes/python/python-pyrex_0.9.8.5.bb
+++ b/recipes/python/python-pyrex_0.9.8.5.bb
@@ -5,10 +5,10 @@ SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPL"
SRCNAME = "Pyrex"
-PR = "ml0"
+PR = "ml1"
SRC_URI = "\
- http://nz.cosc.canterbury.ac.nz/~greg/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
+ http://www.cosc.canterbury.ac.nz/greg.ewing/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
file://pyrex-fix-optimized-mode.patch;patch=1 \
"
S = "${WORKDIR}/${SRCNAME}-${PV}"