[oe] [PATCH 2/2] matrix-gui-e: change initscript start level

Chase Maupin chasemaupin03 at gmail.com
Thu Aug 26 20:31:08 UTC 2010


* Set the init script to be added to list of run level
  5 scripts.

Signed-off-by: Chase Maupin <chase.maupin at ti.com>
---
 recipes/ti/matrix-gui-e_svn.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/ti/matrix-gui-e_svn.bb b/recipes/ti/matrix-gui-e_svn.bb
index 3bb304d..35abd25 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 = "r15+svnr${SRCPV}"
+PR = "r16+svnr${SRCPV}"
 
 SRC_URI = "svn://gforge.ti.com/svn/matrix_gui/;module=trunk;proto=https;user=anonymous;pswd='' \
 	file://init \
@@ -15,8 +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 = "start 99 3 . stop 99 3 ."
+INITSCRIPT_PARAMS = "defaults 99"
+#INITSCRIPT_PARAMS = "start 99 3 . stop 99 3 ."
 
 inherit qt4e update-rc.d
 
-- 
1.7.0.4





More information about the Openembedded-devel mailing list