aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <chase.maupin@ti.com>2010-05-27 14:41:50 -0500
committerKoen Kooi <koen@openembedded.org>2010-05-28 09:21:16 +0200
commit4a63e4ba9e0dfaaa4c23030bfc4e9798deb74af4 (patch)
treebc1c54d3093043f5fa8891ddd82d9ecd77fb8787
parent617eb0ac559bd46ae86a6fd9a270d862ee9adf56 (diff)
downloadopenembedded-4a63e4ba9e0dfaaa4c23030bfc4e9798deb74af4.tar.gz
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@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r--recipes/ti/matrix-gui-e_svn.bb5
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 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