[OE-core] [PATCH] connman: enable connman client

Burton, Ross ross.burton at intel.com
Mon Feb 25 08:21:36 UTC 2013


Hi Cristian,

On 25 February 2013 07:18, Iorga, Cristian <cristian.iorga at intel.com> wrote:
> 1. As far as I have seen, building the connmanctl is the default, there is no --enable-client.
>         Maybe I am wrong, I have extracted this info from the documentation.

With autotools if there's a --disable-something there's always a
--enable-something (actually, --disable-something is implemented as
--enable-something=no).

> 2. Like you said, at the moment, the client executable is produced directly in the source directory, hence my install command.
>         If I understand correctly, will be the same thing if I change into build directory?

The binary is produced in the build directory, it just happens that it
is the same directory as the source directory at present.

> Also, please note that tools-test and tools-wispr use also the ${S} dir in install, so my code is in accordance to previous code (prior artwork :-) ).

Yes, lots of code is wrong. I'm slowly working through all of oe-core...

Ross




More information about the Openembedded-core mailing list