[oe] [meta-oe][PATCH] python-cython: Fix missing deps for native

Martin Jansa martin.jansa at gmail.com
Sat Aug 23 12:02:15 UTC 2014


* ERROR: Nothing RPROVIDES 'python-netserver-native' (but virtual:native:/OE/build/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-cython_0.20.2.bb RDEPENDS on or otherwise requires it)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-cython_0.20.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-cython_0.20.2.bb b/meta-python/recipes-devtools/python/python-cython_0.20.2.bb
index 8578a14..3966e0b 100644
--- a/meta-python/recipes-devtools/python/python-cython_0.20.2.bb
+++ b/meta-python/recipes-devtools/python/python-cython_0.20.2.bb
@@ -21,3 +21,4 @@ RDEPENDS_${PN} += "\
     python-subprocess \
     python-shell \
 "
+RDEPENDS_${PN}_class-native = ""
-- 
2.0.4




More information about the Openembedded-devel mailing list