[oe-commits] : python-{cython|pyrex}-native 0.9.8 bump to fix people's builds

OE GIT Trial gittrial at amethyst.openembedded.net
Fri Oct 3 18:02:16 UTC 2008


Module: org.openembedded.dev.git
Branch: org.openembedded.dev
Commit: 7c2adf82dd515ef7666756bb1d0ce3b69abbb10c
URL:    http://gitweb.openembedded.net/?p=org.openembedded.dev.git&a=commit;h=7c2adf82dd515ef7666756bb1d0ce3b69abbb10c

Author:  <mickeyl at openembedded.org>
Date:   Fri Oct  3 17:49:27 2008 +0000

python-{cython|pyrex}-native 0.9.8 bump to fix people's builds

---

 packages/python/python-cython-native_0.9.8.bb  |    1 +
 packages/python/python-pyrex-native_0.9.8.4.bb |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/packages/python/python-cython-native_0.9.8.bb b/packages/python/python-cython-native_0.9.8.bb
index a5c78ce..15614c3 100644
--- a/packages/python/python-cython-native_0.9.8.bb
+++ b/packages/python/python-cython-native_0.9.8.bb
@@ -2,6 +2,7 @@ require python-cython_${PV}.bb
 inherit native
 DEPENDS = "python-native"
 RDEPENDS = ""
+PR = "r1"
 
 do_stage() {
     BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
diff --git a/packages/python/python-pyrex-native_0.9.8.4.bb b/packages/python/python-pyrex-native_0.9.8.4.bb
index 4405212..00b85df 100644
--- a/packages/python/python-pyrex-native_0.9.8.4.bb
+++ b/packages/python/python-pyrex-native_0.9.8.4.bb
@@ -2,6 +2,7 @@ require python-pyrex_${PV}.bb
 inherit native
 DEPENDS = "python-native"
 RDEPENDS = ""
+PR = "r1"
 
 do_stage() {
 	BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \





More information about the Openembedded-commits mailing list