python-pyrex: upgrade from 0.9.8.5 to 0.9.9

python-pyrex-native: upgrade from 0.9.8.5 to 0.9.9

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
Nitin A Kamble 2010-07-07 04:05:17 -07:00 committed by Richard Purdie
parent 692065dc7d
commit 1564ef9c7a
3 changed files with 3 additions and 2 deletions

View File

@ -2,5 +2,6 @@ require python-pyrex_${PV}.bb
inherit native
DEPENDS = "python-native"
RDEPENDS = ""
PR = "r0"
NATIVE_INSTALL_WORKS = "1"

View File

@ -5,11 +5,11 @@ SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPL"
SRCNAME = "Pyrex"
PR = "ml2"
PR = "ml0"
SRC_URI = "\
http://www.cosc.canterbury.ac.nz/greg.ewing/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
file://pyrex-fix-optimized-mode.patch;patch=1 \
file://pyrex-fix-optimized-mode.patch \
"
S = "${WORKDIR}/${SRCNAME}-${PV}"