[oe-commits] Lianhao Lu : connman: add ofono dependency.

git at git.openembedded.org git at git.openembedded.org
Wed Apr 11 11:13:39 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: bfd6bf92ddf371d9be937ec0605e08667749fd88
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bfd6bf92ddf371d9be937ec0605e08667749fd88

Author: Lianhao Lu <lianhao.lu at intel.com>
Date:   Tue Apr 10 18:33:42 2012 -0700

connman: add ofono dependency.

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/connman/connman.inc |    1 +
 1 files changed, 1 insertions(+), 0 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 += "\





More information about the Openembedded-commits mailing list