All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] python-cython: Fix missing deps for native
@ 2014-08-23 12:02 Martin Jansa
  2014-08-24  1:03 ` Tim Orling
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2014-08-23 12:02 UTC (permalink / raw)
  To: openembedded-devel

* 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@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-24  9:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-23 12:02 [meta-oe][PATCH] python-cython: Fix missing deps for native Martin Jansa
2014-08-24  1:03 ` Tim Orling
2014-08-24  9:24   ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.