From patchwork Tue Apr 10 15:32:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [V4,1/1] connman: add ofono dependency. Date: Tue, 10 Apr 2012 15:32:07 -0000 From: Lianhao Lu X-Patchwork-Id: 25529 Message-Id: <42844d3e207bb688a6ce1c615c03930ead0e45ff.1334071773.git.lianhao.lu@intel.com> To: openembedded-core@lists.openembedded.org 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 --- 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"