[oe-commits] Chase Maupin : matrix-gui-e_svn: add init script to runlevel 3

git version control git at git.openembedded.org
Sat May 29 07:34:18 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: 4a63e4ba9e0dfaaa4c23030bfc4e9798deb74af4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4a63e4ba9e0dfaaa4c23030bfc4e9798deb74af4

Author: Chase Maupin <chase.maupin at ti.com>
Date:   Thu May 27 14:41:50 2010 -0500

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 <denys at ti.com>
Signed-off-by: Chase Maupin <chase.maupin at ti.com>
Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

 recipes/ti/matrix-gui-e_svn.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/ti/matrix-gui-e_svn.bb b/recipes/ti/matrix-gui-e_svn.bb
index 0efa19b..78ef003 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
 





More information about the Openembedded-commits mailing list