1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

connman: Start after dbus and use full path for binary in initscript

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-06-01 14:18:59 +01:00
parent 4ae5537fff
commit 412d815bee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=gi
file://connman " file://connman "
INITSCRIPT_NAME = "connman" INITSCRIPT_NAME = "connman"
INITSCRIPT_PARAMS = "start 22 S . stop 22 0 1 6 ." INITSCRIPT_PARAMS = "start 05 5 2 . stop 22 0 1 6 ."
inherit autotools_stage pkgconfig update-rc.d inherit autotools_stage pkgconfig update-rc.d
+1 -1
View File
@@ -11,7 +11,7 @@ fi
set -e set -e
do_start() { do_start() {
connmand $DAEMON
} }
do_stop() { do_stop() {