python-pyrex-native: Update for python-native changes
authorMorgan Little <morgan.little@windriver.com>
Thu, 19 Jul 2012 17:46:09 +0000 (13:46 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Jul 2012 10:42:21 +0000 (11:42 +0100)
Add pythonnative to the inherits list

(From OE-Core rev: a043a7737da1123df5ff06ede3e9ed1fdcc163f1)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb

index dcfc3f5..e8ef1aa 100644 (file)
@@ -1,5 +1,5 @@
 require python-pyrex_${PV}.bb
-inherit native
+inherit native pythonnative
 DEPENDS = "python-native"
 RDEPENDS_${PN} = ""
-PR = "r2"
+PR = "r3"