summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Little <morgan.little@windriver.com>2012-07-19 13:46:09 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-22 11:42:21 +0100
commit8936145849b0c7771fcff61999e0a94cf6709877 (patch)
tree24bccbce8c82be5659a6648b7ca57779f9d6ed58
parent62d224286eff652747c539bdd7e1d459ace396d6 (diff)
downloadast2050-yocto-poky-8936145849b0c7771fcff61999e0a94cf6709877.zip
ast2050-yocto-poky-8936145849b0c7771fcff61999e0a94cf6709877.tar.gz
python-pyrex-native: Update for python-native changes
Add pythonnative to the inherits list (From OE-Core rev: a043a7737da1123df5ff06ede3e9ed1fdcc163f1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb4
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"
OpenPOWER on IntegriCloud