aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-03-05 11:15:28 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-03-05 11:15:36 +0100
commit97d0c4acea166c86b67d929b0376d972df2acb7d (patch)
tree464da2bf11fd9871ee02a4a37731efe77dde50e8
parent8f601461fad4320e68c847cc1a79c1275dc704fe (diff)
downloadopenembedded-97d0c4acea166c86b67d929b0376d972df2acb7d.tar.gz
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 <Sebastian@SSpaeth.de>
-rw-r--r--recipes/connman/mokonnect_svn.bb2
1 files changed, 1 insertions, 1 deletions
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"