| Submitter | Morgan Little |
|---|---|
| Date | July 19, 2012, 5:46 p.m. |
| Message ID | <1342719981-1324-5-git-send-email-morgan.little@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/32629/ |
| State | New |
| 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"