diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-02 10:06:06 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-02 10:06:06 +0200 |
commit | 38db27a2d693c0399b1af53e54c128b60b370258 (patch) | |
tree | 23f67d97af23fd2115116753eaca525ad517092d /recipes/connman/connman.inc | |
parent | 8525f8ccc108d46346552aa59ad811be5c24da4e (diff) |
connman: update git version
connman-gnome: update git version
Diffstat (limited to 'recipes/connman/connman.inc')
-rw-r--r-- | recipes/connman/connman.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/connman/connman.inc b/recipes/connman/connman.inc index 516684daa3..eb7aa1ab52 100644 --- a/recipes/connman/connman.inc +++ b/recipes/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 = "wpa-supplicant dbus glib-2.0 ppp busybox dhclient resolvconf bluez4" +DEPENDS = "libnl wpa-supplicant dbus glib-2.0 ppp busybox dhclient resolvconf bluez4" EXTRA_OECONF += "\ ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ @@ -29,6 +29,7 @@ do_compile_append() { } do_install_append() { + install -d ${D}${sysconfdir}/init.d install -m 0755 ${WORKDIR}/connman ${D}${sysconfdir}/init.d/connman } |