All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/1] connman: added dependency to ofono.
@ 2012-04-10 15:32 Lianhao Lu
  2012-04-10 15:32 ` [PATCH V4 1/1] connman: add ofono dependency Lianhao Lu
  2012-04-11 15:27 ` [PATCH V4 0/1] connman: added dependency to ofono Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Lianhao Lu @ 2012-04-10 15:32 UTC (permalink / raw)
  To: openembedded-core

Per community discussion result, we temporarily added the denpendency to ofono 
for connman in 1.2 release, and we'll change it to using PACKAGECONFIG to 
optionally build ofono. 

Also bump the PR.

The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47:
  Saul Wold (1):
        runqemu-internal: Add console=tty for qemuppc and NFS

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib llu/multilib
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/multilib

Lianhao Lu (1):
  connman: add ofono dependency.

 meta/recipes-connectivity/connman/connman.inc     |    1 +
 meta/recipes-connectivity/connman/connman_0.79.bb |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)




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

* [PATCH V4 1/1] connman: add ofono dependency.
  2012-04-10 15:32 [PATCH V4 0/1] connman: added dependency to ofono Lianhao Lu
@ 2012-04-10 15:32 ` Lianhao Lu
  2012-04-11 15:27 ` [PATCH V4 0/1] connman: added dependency to ofono Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Lianhao Lu @ 2012-04-10 15:32 UTC (permalink / raw)
  To: openembedded-core

Added dependency to ofono because we always enable ofono plug-in.

We did this because the 1.2 release cycle is coming to an end. We should
use PACKAGECONFIG in 1.3.

This is part of the 1.2 bug fixing [YOCTO #2216].

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
---
 meta/recipes-connectivity/connman/connman.inc     |    1 +
 meta/recipes-connectivity/connman/connman_0.79.bb |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index 1a6dd1b..bfe6620 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -17,6 +17,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
 DEPENDS  = "dbus glib-2.0 ppp iptables gnutls \
             ${@base_contains('DISTRO_FEATURES', 'bluetooth','bluez4', '', d)} \
             ${@base_contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \
+            ofono \
             "
 
 EXTRA_OECONF += "\
diff --git a/meta/recipes-connectivity/connman/connman_0.79.bb b/meta/recipes-connectivity/connman/connman_0.79.bb
index f87c4dd..388041a 100644
--- a/meta/recipes-connectivity/connman/connman_0.79.bb
+++ b/meta/recipes-connectivity/connman/connman_0.79.bb
@@ -8,4 +8,4 @@ SRC_URI  = "git://git.kernel.org/pub/scm/network/connman/connman.git \
             file://disable_alg-test.patch \
             file://connman"
 S = "${WORKDIR}/git"
-PR = "r1"
+PR = "r2"
-- 
1.7.0.4




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

* Re: [PATCH V4 0/1] connman: added dependency to ofono.
  2012-04-10 15:32 [PATCH V4 0/1] connman: added dependency to ofono Lianhao Lu
  2012-04-10 15:32 ` [PATCH V4 1/1] connman: add ofono dependency Lianhao Lu
@ 2012-04-11 15:27 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-04-11 15:27 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 04/10/2012 08:32 AM, Lianhao Lu wrote:
> Per community discussion result, we temporarily added the denpendency to ofono
> for connman in 1.2 release, and we'll change it to using PACKAGECONFIG to
> optionally build ofono.
>
> Also bump the PR.
>
> The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47:
>    Saul Wold (1):
>          runqemu-internal: Add console=tty for qemuppc and NFS
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/poky-contrib llu/multilib
>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/multilib
>
> Lianhao Lu (1):
>    connman: add ofono dependency.
>
>   meta/recipes-connectivity/connman/connman.inc     |    1 +
>   meta/recipes-connectivity/connman/connman_0.79.bb |    2 +-
>   2 files changed, 2 insertions(+), 1 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
Merged into OE-Core

Thanks
	Sau!



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

end of thread, other threads:[~2012-04-11 15:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-10 15:32 [PATCH V4 0/1] connman: added dependency to ofono Lianhao Lu
2012-04-10 15:32 ` [PATCH V4 1/1] connman: add ofono dependency Lianhao Lu
2012-04-11 15:27 ` [PATCH V4 0/1] connman: added dependency to ofono Saul Wold

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.