connman: fix udhcp packaging
authorKoen Kooi <koen@openembedded.org>
Mon, 2 Feb 2009 13:11:09 +0000 (14:11 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 2 Feb 2009 13:11:09 +0000 (14:11 +0100)
packages/connman/connman.inc
packages/connman/connman_0.10.bb

index 5ca7723..a97ca44 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
 SECTION = "libs/network"
 LICENSE = "GPL"
 # we need to define the depends here, the dynamic stuff is too late
-DEPENDS  = "dbus glib-2.0 ppp busybox dhclient resolvconf bluez4"
+DEPENDS  = "wpa-supplicant dbus glib-2.0 ppp busybox dhclient resolvconf bluez4"
 
 EXTRA_OECONF += "\
     ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \
@@ -33,7 +33,7 @@ do_stage() {
 }
 
 python populate_packages_prepend() {
-       depmap = dict( pppd="ppp", udhcp="busybox", dhclient="dhclient", wifi="wpa-supplicant", resolvconf="resolvconf", bluetooth="bluez4" )
+       depmap = dict( pppd="ppp", udhcp="busybox connman-scripts", 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 27735c6..a20bf24 100644 (file)
@@ -1,5 +1,5 @@
 require connman.inc
-PR = "r4"
+PR = "r5"
 
 EXTRA_OECONF += "\
   --disable-gtk-doc \