aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connman/connman.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/connman/connman.inc')
-rw-r--r--packages/connman/connman.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/connman/connman.inc b/packages/connman/connman.inc
index 902949a4d7..5ca77231bf 100644
--- a/packages/connman/connman.inc
+++ b/packages/connman/connman.inc
@@ -2,7 +2,8 @@ DESCRIPTION = "The Moblin Connection Manager"
HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
SECTION = "libs/network"
LICENSE = "GPL"
-DEPENDS = "dbus glib-2.0 ppp"
+# we need to define the depends here, the dynamic stuff is too late
+DEPENDS = "dbus glib-2.0 ppp busybox dhclient resolvconf bluez4"
EXTRA_OECONF += "\
ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \
@@ -32,7 +33,7 @@ do_stage() {
}
python populate_packages_prepend() {
- depmap = dict( pppd="pppd", udhcp="udhcpc", dhclient="dhcp-client", wifi="wpa-supplicant", resolvconf="resolvconf", bluetooth="bluez4" )
+ depmap = dict( pppd="ppp", udhcp="busybox", dhclient="dhclient", wifi="wpa-supplicant", resolvconf="resolvconf", bluetooth="bluez4" )
packages = []
hook = lambda file,pkg,b,c,d:packages.append((file,pkg))
plugin_dir = bb.data.expand('${libdir}/connman/plugins/', d)