python-pyrex-native: upgrade from 0.9.8.5 to 0.9.9
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
inherit native
DEPENDS = "python-native"
RDEPENDS = ""
+PR = "r0"
NATIVE_INSTALL_WORKS = "1"
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}"