mokonnect: rdepend on connman-plugin-udhcp
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 5 Mar 2010 10:15:28 +0000 (11:15 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 5 Mar 2010 10:15:36 +0000 (11:15 +0100)
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 <Sebastian@SSpaeth.de>
recipes/connman/mokonnect_svn.bb

index dec35e0..0605d24 100644 (file)
@@ -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"