Re: [OE-core] [PATCH 6/7] avahi: make dbus optional but default

2016-02-29 Thread Jens Rehsack
> Am 29.02.2016 um 11:06 schrieb Burton, Ross : > > > On 29 February 2016 at 08:00, Jens Rehsack wrote: > Especially that one fails when no dbus support is added. So, nope - it should > not always executed. > > Just testing the existance with shell logic is more bulletproof. So you suggest t

Re: [OE-core] [PATCH 6/7] avahi: make dbus optional but default

2016-02-29 Thread Burton, Ross
On 29 February 2016 at 08:00, Jens Rehsack wrote: > Especially that one fails when no dbus support is added. So, nope - it > should not always executed. > Just testing the existance with shell logic is more bulletproof. Ross -- ___ Openembedded-core

Re: [OE-core] [PATCH 6/7] avahi: make dbus optional but default

2016-02-29 Thread Burton, Ross
On 29 February 2016 at 08:00, Jens Rehsack wrote: > > Add --enable-dbus for clarity, please. > > This switch isn't documented in configure help. I try it out, but when it > complains, I leave it out. > Running configure --help lists the options that are not currently the default, so if there's a

Re: [OE-core] [PATCH 6/7] avahi: make dbus optional but default

2016-02-29 Thread Jens Rehsack
> Am 29.02.2016 um 00:24 schrieb Burton, Ross : > > On 28 February 2016 at 11:39, Jens Rehsack wrote: > +PACKAGECONFIG[dbus] = ",--disable-dbus,dbus" > > Add --enable-dbus for clarity, please. This switch isn't documented in configure help. I try it out, but when it complains, I leave it out.

Re: [OE-core] [PATCH 6/7] avahi: make dbus optional but default

2016-02-28 Thread Burton, Ross
On 28 February 2016 at 11:39, Jens Rehsack wrote: > +PACKAGECONFIG[dbus] = ",--disable-dbus,dbus" > Add --enable-dbus for clarity, please. > - rm -rf ${D}${datadir}/dbus-1/interfaces > - rmdir --ignore-fail-on-non-empty ${D}${datadir}/dbus-1 > + ${@bb.utils.contains('PACKAGEC

[OE-core] [PATCH 6/7] avahi: make dbus optional but default

2016-02-28 Thread Jens Rehsack
Since do_install fails when dbus is removed by .bbappend, add packageconfig to allow users to get rid of desktop ipc helper dbus. Signed-off-by: Jens Rehsack --- meta/recipes-connectivity/avahi/avahi.inc | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/recipes-co