connman: build the depends for the plugin packages
authorJan Lübbe <jluebbe@debian.org>
Wed, 28 Jan 2009 16:27:03 +0000 (16:27 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Wed, 28 Jan 2009 19:12:38 +0000 (20:12 +0100)
packages/connman/connman.inc
packages/connman/connman_0.8.bb
packages/connman/connman_git.bb

index 902949a..5ca7723 100644 (file)
@@ -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)
index 95970cd..c8f0d2b 100644 (file)
@@ -1,5 +1,5 @@
 require connman.inc
-PR = "r3"
+PR = "r4"
 
 EXTRA_OECONF += "\
   --disable-gtk-doc \
index a41149e..7b7522f 100644 (file)
@@ -1,6 +1,6 @@
 require connman.inc
 PV = "0.8+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 DEFAULT_PREFERENCE = "-1"