| Submitter | Morgan Little |
|---|---|
| Date | July 13, 2012, 1:54 p.m. |
| Message ID | <1342187709-19368-8-git-send-email-morgan.little@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/31965/ |
| State | Accepted |
| Commit | a043a7737da1123df5ff06ede3e9ed1fdcc163f1 |
| Headers | show |
Comments
Patch
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"
Add pythonnative to the inherits list Signed-off-by: Morgan Little <morgan.little@windriver.com> --- .../python/python-pyrex-native_0.9.9.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)