[oe-commits] Morgan Little : python-pyrex-native: Update for python-native changes

git at git.openembedded.org git at git.openembedded.org
Sun Jul 22 10:43:56 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: a043a7737da1123df5ff06ede3e9ed1fdcc163f1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a043a7737da1123df5ff06ede3e9ed1fdcc163f1

Author: Morgan Little <morgan.little at windriver.com>
Date:   Thu Jul 19 13:46:09 2012 -0400

python-pyrex-native: Update for python-native changes

Add pythonnative to the inherits list

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../python/python-pyrex-native_0.9.9.bb            |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb b/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb
index dcfc3f5..e8ef1aa 100644
--- a/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb
+++ b/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb
@@ -1,5 +1,5 @@
 require python-pyrex_${PV}.bb
-inherit native
+inherit native pythonnative
 DEPENDS = "python-native"
 RDEPENDS_${PN} = ""
-PR = "r2"
+PR = "r3"





More information about the Openembedded-commits mailing list