[oe-commits] Sebastian Spaeth : mokonnect: rdepend on connman-plugin-udhcp

git version control git at git.openembedded.org
Fri Mar 5 10:16:32 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 97d0c4acea166c86b67d929b0376d972df2acb7d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=97d0c4acea166c86b67d929b0376d972df2acb7d

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Fri Mar  5 11:15:28 2010 +0100

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 at SSpaeth.de>

---

 recipes/connman/mokonnect_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/connman/mokonnect_svn.bb b/recipes/connman/mokonnect_svn.bb
index dec35e0..0605d24 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"





More information about the Openembedded-commits mailing list