All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] blueman: rdepend on packagegroup-tools-bluetooth instead of bluez5-obex
@ 2018-09-07 10:28 Andreas Müller
  2018-09-07 14:08 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Müller @ 2018-09-07 10:28 UTC (permalink / raw)
  To: openembedded-devel

Have a better out-of-the-box experience

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 meta-oe/recipes-connectivity/blueman/blueman_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/blueman/blueman_git.bb b/meta-oe/recipes-connectivity/blueman/blueman_git.bb
index f479386c1..947db7836 100644
--- a/meta-oe/recipes-connectivity/blueman/blueman_git.bb
+++ b/meta-oe/recipes-connectivity/blueman/blueman_git.bb
@@ -25,7 +25,7 @@ SYSTEMD_AUTO_ENABLE_${PN} = "disable"
 RRECOMENDS_${PN} += "adwaita-icon-theme"
 RDEPENDS_${PN} += " \
     python3-dbus \
-    bluez5-obex \
+    packagegroup-tools-bluetooth \
 "
 
 PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto,,thunar"
-- 
2.14.4



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

* Re: [PATCH] blueman: rdepend on packagegroup-tools-bluetooth instead of bluez5-obex
  2018-09-07 10:28 [PATCH] blueman: rdepend on packagegroup-tools-bluetooth instead of bluez5-obex Andreas Müller
@ 2018-09-07 14:08 ` Khem Raj
  2018-09-07 16:54   ` Andreas Müller
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2018-09-07 14:08 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel

hi Andreas

On Fri, Sep 7, 2018 at 3:29 AM Andreas Müller <schnitzeltony@gmail.com> wrote:
>
> Have a better out-of-the-box experience
>

Making a recipe rdep on a meta recipe is sort of too coarse grained
the vice versa is expected
can we encode all needed recipes in rdep ?

> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
> ---
>  meta-oe/recipes-connectivity/blueman/blueman_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-connectivity/blueman/blueman_git.bb b/meta-oe/recipes-connectivity/blueman/blueman_git.bb
> index f479386c1..947db7836 100644
> --- a/meta-oe/recipes-connectivity/blueman/blueman_git.bb
> +++ b/meta-oe/recipes-connectivity/blueman/blueman_git.bb
> @@ -25,7 +25,7 @@ SYSTEMD_AUTO_ENABLE_${PN} = "disable"
>  RRECOMENDS_${PN} += "adwaita-icon-theme"
>  RDEPENDS_${PN} += " \
>      python3-dbus \
> -    bluez5-obex \
> +    packagegroup-tools-bluetooth \
>  "
>
>  PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto,,thunar"
> --
> 2.14.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [PATCH] blueman: rdepend on packagegroup-tools-bluetooth instead of bluez5-obex
  2018-09-07 14:08 ` Khem Raj
@ 2018-09-07 16:54   ` Andreas Müller
  2018-09-07 17:14     ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Müller @ 2018-09-07 16:54 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On Fri, Sep 7, 2018 at 4:08 PM, Khem Raj <raj.khem@gmail.com> wrote:
> hi Andreas
>
> On Fri, Sep 7, 2018 at 3:29 AM Andreas Müller <schnitzeltony@gmail.com> wrote:
>>
>> Have a better out-of-the-box experience
>>
>
> Making a recipe rdep on a meta recipe is sort of too coarse grained
> the vice versa is expected
> can we encode all needed recipes in rdep ?
That just causes redundancies - what is the problem exactly?

Andreas


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

* Re: [PATCH] blueman: rdepend on packagegroup-tools-bluetooth instead of bluez5-obex
  2018-09-07 16:54   ` Andreas Müller
@ 2018-09-07 17:14     ` Khem Raj
  2018-09-07 19:10       ` Andreas Müller
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2018-09-07 17:14 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel

On Fri, Sep 7, 2018 at 9:54 AM Andreas Müller <schnitzeltony@gmail.com> wrote:
>
> On Fri, Sep 7, 2018 at 4:08 PM, Khem Raj <raj.khem@gmail.com> wrote:
> > hi Andreas
> >
> > On Fri, Sep 7, 2018 at 3:29 AM Andreas Müller <schnitzeltony@gmail.com> wrote:
> >>
> >> Have a better out-of-the-box experience
> >>
> >
> > Making a recipe rdep on a meta recipe is sort of too coarse grained
> > the vice versa is expected
> > can we encode all needed recipes in rdep ?
> That just causes redundancies - what is the problem exactly?

Not generally hard opinionated on it. But I think
packagegroups generally cater to images no to individual recipes.

>
> Andreas


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

* Re: [PATCH] blueman: rdepend on packagegroup-tools-bluetooth instead of bluez5-obex
  2018-09-07 17:14     ` Khem Raj
@ 2018-09-07 19:10       ` Andreas Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Müller @ 2018-09-07 19:10 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On Fri, Sep 7, 2018 at 7:14 PM, Khem Raj <raj.khem@gmail.com> wrote:
> On Fri, Sep 7, 2018 at 9:54 AM Andreas Müller <schnitzeltony@gmail.com> wrote:
>>
>> On Fri, Sep 7, 2018 at 4:08 PM, Khem Raj <raj.khem@gmail.com> wrote:
>> > hi Andreas
>> >
>> > On Fri, Sep 7, 2018 at 3:29 AM Andreas Müller <schnitzeltony@gmail.com> wrote:
>> >>
>> >> Have a better out-of-the-box experience
>> >>
>> >
>> > Making a recipe rdep on a meta recipe is sort of too coarse grained
>> > the vice versa is expected
>> > can we encode all needed recipes in rdep ?
>> That just causes redundancies - what is the problem exactly?
>
> Not generally hard opinionated on it. But I think
> packagegroups generally cater to images no to individual recipes.
>
Hi Khem,

The idea was to make blueman work without further ado. Adding it made
blueman usable - before it could not connect to nothing. BTW: It was
me who introduced blueman. When I tested - it displayed devices and
since it was not a top priority I decided to take care for details
later.
The reason I chose to use packagegroup-tools-bluetooth is that the
packages added matched exactly the needs. It even takes care for
DISTRO_FEATURE pulseaudio. Regarding redundancy: I would like to to
same in meta-qt5-extra/bluedevil situation is similar there. So in
case something is missing or not necessary,
packagegroup-tools-bluetooth is the target of interest.

How about using RRECOMMEND - it is slightly less 'agressive' and makes
packagegroup-tools-bluetooth not mandatory (for packagemanager other
than opkg)?

Andreas


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-07 10:28 [PATCH] blueman: rdepend on packagegroup-tools-bluetooth instead of bluez5-obex Andreas Müller
2018-09-07 14:08 ` Khem Raj
2018-09-07 16:54   ` Andreas Müller
2018-09-07 17:14     ` Khem Raj
2018-09-07 19:10       ` Andreas Müller

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.