mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
connman: Start earlier in the init sequence
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
|
HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
|
||||||
SUMMARY = "Moblin Connection Manager"
|
SUMMARY = "Moblin Connection Manager"
|
||||||
PV = "0.19+git${SRCREV}"
|
PV = "0.19+git${SRCREV}"
|
||||||
PR = "r14"
|
PR = "r15"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
|
|
||||||
@@ -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 = "defaults 22"
|
INITSCRIPT_PARAMS = "start 22 S . stop 22 0 1 6 ."
|
||||||
|
|
||||||
inherit autotools_stage pkgconfig update-rc.d
|
inherit autotools_stage pkgconfig update-rc.d
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user