diff options
author | Morgan Little <morgan.little@windriver.com> | 2012-07-19 13:46:09 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:42:21 +0100 |
commit | 8936145849b0c7771fcff61999e0a94cf6709877 (patch) | |
tree | 24bccbce8c82be5659a6648b7ca57779f9d6ed58 /meta/recipes-devtools | |
parent | 62d224286eff652747c539bdd7e1d459ace396d6 (diff) | |
download | 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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/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 dcfc3f5270..e8ef1aa12b 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 @@ | |||
1 | require python-pyrex_${PV}.bb | 1 | require python-pyrex_${PV}.bb |
2 | inherit native | 2 | inherit native pythonnative |
3 | DEPENDS = "python-native" | 3 | DEPENDS = "python-native" |
4 | RDEPENDS_${PN} = "" | 4 | RDEPENDS_${PN} = "" |
5 | PR = "r2" | 5 | PR = "r3" |