From: Saul Wold <sgw@linux.intel.com>
To: "Iorga, Cristian" <cristian.iorga@intel.com>
Cc: "openembedded-core@lists.openembedded.org"
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH V2] connman: enable connman client
Date: Mon, 25 Feb 2013 15:53:25 -0800 [thread overview]
Message-ID: <512BF975.90206@linux.intel.com> (raw)
In-Reply-To: <969F26A8BAB325438E7EB80D3C3134FB16205C3C@IRSMSX102.ger.corp.intel.com>
On 02/25/2013 12:51 AM, Iorga, Cristian wrote:
> Changes from V1:
> - connman client is explicitly enabled
> - ${B} is used instead of ${S} (in this specific case are the same, it will be changed later on)
>
Please add these to a proper commit message.
Also, there was some discussion prior about putting the connmanctl in a
separate package, that does not seem to have happened here.
It could go into the -tools packages that already exists or it's own
package connman-ctl?
I know Jack M. mentioned looking into this also, so let's be sure to
coordinate this.
Thanks
Sau!
> -----Original Message-----
> From: Iorga, Cristian
> Sent: Monday, February 25, 2013 10:49 AM
> To: openembedded-core@lists.openembedded.org
> Cc: Iorga, Cristian
> Subject: [PATCH V2] connman: enable connman client
>
> connmanctl is now included when connman is installed
>
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
> meta/recipes-connectivity/connman/connman.inc | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
> index b61e2af..b0ede60 100644
> --- a/meta/recipes-connectivity/connman/connman.inc
> +++ b/meta/recipes-connectivity/connman/connman.inc
> @@ -20,7 +20,7 @@ DEPENDS = "dbus glib-2.0 ppp iptables gnutls \
> ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \
> "
>
> -INC_PR = "r17"
> +INC_PR = "r18"
>
> TIST = "--enable-tist"
> TIST_powerpc = ""
> @@ -38,7 +38,7 @@ EXTRA_OECONF += "\
> --enable-tools \
> --enable-test \
> --disable-polkit \
> - --disable-client \
> + --enable-client \
> --enable-fake \
> ${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '', d)} \ "
> @@ -73,6 +73,7 @@ do_install_append() {
> install -d ${D}${bindir}
> install -m 0755 ${S}/tools/*-test ${D}${bindir}
> install -m 0755 ${S}/tools/wispr ${D}${bindir}
> + install -m 0755 ${B}/client/connmanctl ${D}${bindir}
>
> # We don't need to package an empty directory
> rmdir ${D}${libdir}/connman/scripts
> --
> 1.7.10.4
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
next prev parent reply other threads:[~2013-02-26 0:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-25 8:49 [PATCH V2] connman: enable connman client Cristian Iorga
2013-02-25 8:51 ` Iorga, Cristian
2013-02-25 23:53 ` Saul Wold [this message]
2013-02-26 9:25 ` Jack Mitchell
2013-02-26 10:38 ` Iorga, Cristian
2013-02-26 11:10 ` Jack Mitchell
2013-02-26 11:16 ` Burton, Ross
2013-02-26 15:14 ` Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=512BF975.90206@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=cristian.iorga@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.