diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-01 15:53:10 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-01 15:53:10 +0200 |
commit | e8c84558f7ba4fe65b300f5e3b88e5591fb11ebc (patch) | |
tree | d7f2f585d508569eac722ba56ac864488c93b84a | |
parent | b57cdcf182bb48e44e67945e38cbf85ed6c87a97 (diff) |
connman: fix initscript and start earlier (but after dbus) (from poky)
-rw-r--r-- | recipes/connman/connman.inc | 2 | ||||
-rw-r--r-- | recipes/connman/connman_0.19.bb | 2 | ||||
-rwxr-xr-x | recipes/connman/files/connman | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/recipes/connman/connman.inc b/recipes/connman/connman.inc index c79c22cabb..516684daa3 100644 --- a/recipes/connman/connman.inc +++ b/recipes/connman/connman.inc @@ -14,7 +14,7 @@ EXTRA_OECONF += "\ " INITSCRIPT_NAME = "connman" -INITSCRIPT_PARAMS = "defaults 22" +INITSCRIPT_PARAMS = "start 05 5 2 . stop 22 0 1 6 ." PARALLEL_MAKE = "" diff --git a/recipes/connman/connman_0.19.bb b/recipes/connman/connman_0.19.bb index b8d86613b8..26b7b82798 100644 --- a/recipes/connman/connman_0.19.bb +++ b/recipes/connman/connman_0.19.bb @@ -1,5 +1,7 @@ require connman.inc +PR = "r1" + EXTRA_OECONF += "\ --disable-gtk-doc \ --enable-debug \ diff --git a/recipes/connman/files/connman b/recipes/connman/files/connman index 5e0f90e8cc..f8154f68f9 100755 --- a/recipes/connman/files/connman +++ b/recipes/connman/files/connman @@ -11,7 +11,7 @@ fi set -e do_start() { - connmand + $DAEMON } do_stop() { |