diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2012-04-10 18:33:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-11 12:08:13 +0100 |
commit | 73aab2c28990ca17724baef41dc386e37ecbc157 (patch) | |
tree | ddcba2e9a5d42e9f03fcfd9651657d22af6856f5 /meta/recipes-connectivity | |
parent | 9067f7bfc295e2f47fda8031d2bcdcce8f63e894 (diff) | |
download | poky-73aab2c28990ca17724baef41dc386e37ecbc157.tar.gz |
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].
(From OE-Core rev: bfd6bf92ddf371d9be937ec0605e08667749fd88)
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | 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 1a6dd1b7ee..bfe66208ee 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 \ | |||
17 | DEPENDS = "dbus glib-2.0 ppp iptables gnutls \ | 17 | DEPENDS = "dbus glib-2.0 ppp iptables gnutls \ |
18 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','bluez4', '', d)} \ | 18 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','bluez4', '', d)} \ |
19 | ${@base_contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \ | 19 | ${@base_contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \ |
20 | ofono \ | ||
20 | " | 21 | " |
21 | 22 | ||
22 | EXTRA_OECONF += "\ | 23 | EXTRA_OECONF += "\ |