[oe] [PATCH] Pyrex 0.9.8.5 Fix SRC_URI

Charles Clément caratorn at gmail.com
Thu Mar 12 09:31:21 UTC 2009


There was a problem with the previous patch, resending


>From f637f40a753bc4af7dec4f7be1c606ef605726f1 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Charles=20Cl=C3=A9ment?= <caratorn at gmail.com>
Date: Thu, 12 Mar 2009 10:27:51 +0100
Subject: [[oe] Update Pyrex SRC_URI] Pyrex 0.9.8.5 Fix SRC_URI
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit


Signed-off-by: Charles Clément <caratorn at gmail.com>
---
 packages/python/python-pyrex_0.9.8.5.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/python/python-pyrex_0.9.8.5.bb b/packages/python/python-pyrex_0.9.8.5.bb
index 94db793..d4d4baa 100644
--- a/packages/python/python-pyrex_0.9.8.5.bb
+++ b/packages/python/python-pyrex_0.9.8.5.bb
@@ -8,7 +8,7 @@ SRCNAME = "Pyrex"
 PR = "ml0"
 
 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}"
-- 
1.6.2



On Thu, Mar 12, 2009 at 10:16:54AM +0100, =?utf-8?q?Charles=20Cl=C3=A9ment?= wrote:
> Hello,
> 
> I had trouble downloading Pyrex archive, here's a patch
> 
> Signed-off-by: Charles Clément <caratorn at gmail.com>
> ---
>  packages/python/python-pyrex_0.9.8.5.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/packages/python/python-pyrex_0.9.8.5.bb b/packages/python/python-pyrex_0.9.8.5.bb
> index 94db793..f9e5dd0 100644
> --- a/packages/python/python-pyrex_0.9.8.5.bb
> +++ b/packages/python/python-pyrex_0.9.8.5.bb
> @@ -8,7 +8,7 @@ SRCNAME = "Pyrex"
>  PR = "ml0"
>  
>  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}"
> -- 
> 1.6.2
> 
> 
> -- 
> Charles Clément.
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Charles Clément.




More information about the Openembedded-devel mailing list