Re: [OE-core] [PATCH] bluez4: add readline dependency

2013-04-22 Thread Javier Viguera
Hi all, On 08/04/13 14:56, Alex DAMIAN wrote: -DEPENDS = "udev libusb dbus-glib glib-2.0 libcheck" +DEPENDS = "udev libusb dbus-glib glib-2.0 libcheck readline" I saw this patch got included in oe-core and poky *master* branch as-is (not using PACKAGECONFIG). I was bitten by this problem us

Re: [OE-core] [PATCH] bluez4: add readline dependency

2013-04-09 Thread Saul Wold
On 04/09/2013 08:04 AM, Burton, Ross wrote: On 9 April 2013 15:58, Iorga, Cristian wrote: GATT seems to be related only to BT 4.0, Bluetooth Low Energy (LE). However, it will be useful once Bluez5 will be in place. I say we should add it. As it's a tool that does introduce extra dependencie

Re: [OE-core] [PATCH] bluez4: add readline dependency

2013-04-09 Thread Burton, Ross
On 9 April 2013 15:58, Iorga, Cristian wrote: > GATT seems to be related only to BT 4.0, Bluetooth Low Energy (LE). > > However, it will be useful once Bluez5 will be in place. > > I say we should add it. As it's a tool that does introduce extra dependencies, we can easily packageconfig it to let

Re: [OE-core] [PATCH] bluez4: add readline dependency

2013-04-09 Thread Iorga, Cristian
Eggleton; Khem Raj; Iorga, Cristian; Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH] bluez4: add readline dependency I guess it's up to the patch maintainer to decide :). Alex On Mon, Apr 8, 2013 at 8:57 PM, Saul Wold mailto:s...@linux.intel.com>> wrot

Re: [OE-core] [PATCH] bluez4: add readline dependency

2013-04-09 Thread Damian, Alexandru
I guess it's up to the patch maintainer to decide :). Alex On Mon, Apr 8, 2013 at 8:57 PM, Saul Wold wrote: > On 04/08/2013 05:56 AM, Alex DAMIAN wrote: > >> From: Alexandru DAMIAN >> >> bluez4 uses readline to be build, but the dependency is not listed >> This is listed in the configuration l

Re: [OE-core] [PATCH] bluez4: add readline dependency

2013-04-08 Thread Mark Hatle
On 4/8/13 12:57 PM, Saul Wold wrote: On 04/08/2013 05:56 AM, Alex DAMIAN wrote: From: Alexandru DAMIAN bluez4 uses readline to be build, but the dependency is not listed This is listed in the configuration log. So we add it. As far as I can tell it's needed only for gatttool, is this a tool

Re: [OE-core] [PATCH] bluez4: add readline dependency

2013-04-08 Thread Saul Wold
On 04/08/2013 05:56 AM, Alex DAMIAN wrote: From: Alexandru DAMIAN bluez4 uses readline to be build, but the dependency is not listed This is listed in the configuration log. So we add it. As far as I can tell it's needed only for gatttool, is this a tool that we need / want to provide for blu

[OE-core] [PATCH] bluez4: add readline dependency

2013-04-08 Thread Alex DAMIAN
From: Alexandru DAMIAN bluez4 uses readline to be build, but the dependency is not listed This is listed in the configuration log. So we add it. Signed-off-by: Alexandru DAMIAN --- meta/recipes-connectivity/bluez/bluez4.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a