All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] packagegroup-tools-bluetooth: work as advertized on distro without bluez* support
@ 2018-10-17 15:40 yann.dirson
  2018-10-17 18:39 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: yann.dirson @ 2018-10-17 15:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Yann Dirson

From: Yann Dirson <yann@blade-group.com>

Otherwise the build fails with:

  NOTE: Runtime target '${RDEPENDS_}' is unbuildable, removing...
  Missing or unbuildable dependency chain was: ['${RDEPENDS_}']

This restores some truth in the "Otherwise install nothing" comment in the recipe.

Signed-off-by: Yann Dirson <yann@blade-group.com>
---
 .../packagegroups/packagegroup-tools-bluetooth.bb               | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
index 0ede5e57b..e81516fef 100644
--- a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
+++ b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
@@ -32,6 +32,8 @@ RDEPENDS_bluez5 = " \
         '', d)} \
 "
 
+RDEPENDS_ = ""
+
 # Install bluez4 tools or bluez5 tools depending on what is specified in the distro.
 # Otherwise install nothing.
 RDEPENDS_${PN} = "${RDEPENDS_${BLUEZ}}"
-- 
2.19.1



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

* Re: [PATCH v2] packagegroup-tools-bluetooth: work as advertized on distro without bluez* support
  2018-10-17 15:40 [PATCH v2] packagegroup-tools-bluetooth: work as advertized on distro without bluez* support yann.dirson
@ 2018-10-17 18:39 ` Khem Raj
  2018-10-17 19:48   ` Yann Dirson
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2018-10-17 18:39 UTC (permalink / raw)
  To: yann.dirson; +Cc: yann, openembeded-devel

On Wed, Oct 17, 2018 at 8:41 AM <yann.dirson@blade-group.com> wrote:
>
> From: Yann Dirson <yann@blade-group.com>
>
> Otherwise the build fails with:
>
>   NOTE: Runtime target '${RDEPENDS_}' is unbuildable, removing...
>   Missing or unbuildable dependency chain was: ['${RDEPENDS_}']
>
> This restores some truth in the "Otherwise install nothing" comment in the recipe.
>
> Signed-off-by: Yann Dirson <yann@blade-group.com>
> ---
>  .../packagegroups/packagegroup-tools-bluetooth.bb               | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
> index 0ede5e57b..e81516fef 100644
> --- a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
> +++ b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
> @@ -32,6 +32,8 @@ RDEPENDS_bluez5 = " \
>          '', d)} \
>  "
>
> +RDEPENDS_ = ""
> +

this does not look right to me.

>  # Install bluez4 tools or bluez5 tools depending on what is specified in the distro.
>  # Otherwise install nothing.
>  RDEPENDS_${PN} = "${RDEPENDS_${BLUEZ}}"
> --
> 2.19.1
>
> --
> _______________________________________________
> 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: [PATCH v2] packagegroup-tools-bluetooth: work as advertized on distro without bluez* support
  2018-10-17 18:39 ` Khem Raj
@ 2018-10-17 19:48   ` Yann Dirson
  0 siblings, 0 replies; 3+ messages in thread
From: Yann Dirson @ 2018-10-17 19:48 UTC (permalink / raw)
  To: raj.khem; +Cc: Yann Dirson, openembedded-devel

Right.

This is being discussed following v1 of the patch which I had sent to
-core, to which I had send the patch by mistake at first.

Le mer. 17 oct. 2018 à 20:39, Khem Raj <raj.khem@gmail.com> a écrit :

> On Wed, Oct 17, 2018 at 8:41 AM <yann.dirson@blade-group.com> wrote:
> >
> > From: Yann Dirson <yann@blade-group.com>
> >
> > Otherwise the build fails with:
> >
> >   NOTE: Runtime target '${RDEPENDS_}' is unbuildable, removing...
> >   Missing or unbuildable dependency chain was: ['${RDEPENDS_}']
> >
> > This restores some truth in the "Otherwise install nothing" comment in
> the recipe.
> >
> > Signed-off-by: Yann Dirson <yann@blade-group.com>
> > ---
> >  .../packagegroups/packagegroup-tools-bluetooth.bb               | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/meta-oe/recipes-connectivity/packagegroups/
> packagegroup-tools-bluetooth.bb
> b/meta-oe/recipes-connectivity/packagegroups/
> packagegroup-tools-bluetooth.bb
> > index 0ede5e57b..e81516fef 100644
> > --- a/meta-oe/recipes-connectivity/packagegroups/
> packagegroup-tools-bluetooth.bb
> > +++ b/meta-oe/recipes-connectivity/packagegroups/
> packagegroup-tools-bluetooth.bb
> > @@ -32,6 +32,8 @@ RDEPENDS_bluez5 = " \
> >          '', d)} \
> >  "
> >
> > +RDEPENDS_ = ""
> > +
>
> this does not look right to me.
>
> >  # Install bluez4 tools or bluez5 tools depending on what is specified
> in the distro.
> >  # Otherwise install nothing.
> >  RDEPENDS_${PN} = "${RDEPENDS_${BLUEZ}}"
> > --
> > 2.19.1
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


-- 
Yann Dirson <yann@blade-group.com>
Blade -- 38 rue du Sentier, 75002 Paris


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

end of thread, other threads:[~2018-10-17 19:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-17 15:40 [PATCH v2] packagegroup-tools-bluetooth: work as advertized on distro without bluez* support yann.dirson
2018-10-17 18:39 ` Khem Raj
2018-10-17 19:48   ` Yann Dirson

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.