matrix-gui-e_svn: add init script to runlevel 3
authorChase Maupin <chase.maupin@ti.com>
Thu, 27 May 2010 19:41:50 +0000 (14:41 -0500)
committerKoen Kooi <koen@openembedded.org>
Fri, 28 May 2010 07:21:16 +0000 (09:21 +0200)
* only add the matrix-gui-e init script to run level 3.

Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/matrix-gui-e_svn.bb

index 0efa19b..78ef003 100644 (file)
@@ -6,7 +6,7 @@ PRIORITY = "optional"
 
 SRCREV = "58"
 PV = "1.0"
-PR = "r9+svnr${SRCPV}"
+PR = "r13+svnr${SRCPV}"
 
 SRC_URI = "svn://gforge.ti.com/svn/matrix_gui/;module=trunk;proto=https;user=anonymous;pswd='' \
        file://init \
@@ -15,7 +15,8 @@ SRC_URI = "svn://gforge.ti.com/svn/matrix_gui/;module=trunk;proto=https;user=ano
 S = "${WORKDIR}/trunk"
 
 INITSCRIPT_NAME = "matrix-gui-e"
-INITSCRIPT_PARAMS = "defaults 99"
+#INITSCRIPT_PARAMS = "defaults 99"
+INITSCRIPT_PARAMS = "start 99 3 . stop 99 3 ."
 
 inherit qt4e update-rc.d