From: Chase Maupin Date: Thu, 27 May 2010 19:41:50 +0000 (-0500) Subject: matrix-gui-e_svn: add init script to runlevel 3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a63e4ba9e0dfaaa4c23030bfc4e9798deb74af4;p=openembedded.git matrix-gui-e_svn: add init script to runlevel 3 * only add the matrix-gui-e init script to run level 3. Acked-by: Denys Dmytriyenko Signed-off-by: Chase Maupin Signed-off-by: Koen Kooi --- diff --git a/recipes/ti/matrix-gui-e_svn.bb b/recipes/ti/matrix-gui-e_svn.bb index 0efa19b5fe..78ef003f7f 100644 --- a/recipes/ti/matrix-gui-e_svn.bb +++ b/recipes/ti/matrix-gui-e_svn.bb @@ -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