From 97d0c4acea166c86b67d929b0376d972df2acb7d Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Fri, 5 Mar 2010 11:15:28 +0100 Subject: mokonnect: rdepend on connman-plugin-udhcp Without dhcp support, it is not able to retrieve an IP address, which is not what we want. There is an udhcp and a dhclient plugin though, making udhcp the default for now, not sure if we need to provide something more flexible in the future. Signed-off-by: Sebastian Spaeth --- recipes/connman/mokonnect_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/connman/mokonnect_svn.bb b/recipes/connman/mokonnect_svn.bb index dec35e029e..0605d24d5d 100644 --- a/recipes/connman/mokonnect_svn.bb +++ b/recipes/connman/mokonnect_svn.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.assembla.com/wiki/show/shrdev" AUTHOR = "Fate" LICENSE = "GPLv2" SECTION = "e/apps" -RDEPENDS = "python-elementary connman connman-plugin-wifi" +RDEPENDS = "python-elementary connman connman-plugin-wifi connman-plugin-udhcp" PV = "0.4+svnr${SRCPV}" PR = "r2" -- cgit 1.2.3-korg