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

* Re: [meta-oe][PATCH] python-cython: Fix missing deps for native
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Tim Orling @ 2014-08-24  1:03 UTC (permalink / raw)
  To: openembedded-devel

On Sat, Aug 23, 2014 at 5:02 AM, Martin Jansa <martin.jansa@gmail.com>
wrote:

> * 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>
>
Acked-by: Tim Orling <TicoTimo@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
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: [meta-oe][PATCH] python-cython: Fix missing deps for native
  2014-08-24  1:03 ` Tim Orling
@ 2014-08-24  9:24   ` Martin Jansa
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2014-08-24  9:24 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1683 bytes --]

On Sat, Aug 23, 2014 at 06:03:01PM -0700, Tim Orling wrote:
> On Sat, Aug 23, 2014 at 5:02 AM, Martin Jansa <martin.jansa@gmail.com>
> wrote:
> 
> > * 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)

FYI: I'll squash this into the master-next commit which added the
RDEPENDS_${PN}

> >
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> >
> Acked-by: Tim Orling <TicoTimo@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
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[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.