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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ fi
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
do_start() {
|
do_start() {
|
||||||
connmand
|
$DAEMON
|
||||||
}
|
}
|
||||||
|
|
||||||
do_stop() {
|
do_stop() {
|
||||||
|
|||||||
Reference in New Issue
Block a user