[oe-commits] Koen Kooi : connman: fix udhcp packaging

GIT User account git at amethyst.openembedded.net
Mon Feb 2 13:14:10 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Feb  2 14:11:09 2009 +0100

connman: fix udhcp packaging

---

 packages/connman/connman.inc     |    4 ++--
 packages/connman/connman_0.10.bb |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/connman/connman.inc b/packages/connman/connman.inc
index 5ca7723..a97ca44 100644
--- a/packages/connman/connman.inc
+++ b/packages/connman/connman.inc
@@ -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)
diff --git a/packages/connman/connman_0.10.bb b/packages/connman/connman_0.10.bb
index 27735c6..a20bf24 100644
--- a/packages/connman/connman_0.10.bb
+++ b/packages/connman/connman_0.10.bb
@@ -1,5 +1,5 @@
 require connman.inc
-PR = "r4"
+PR = "r5"
 
 EXTRA_OECONF += "\
   --disable-gtk-doc \





More information about the Openembedded-commits mailing list