diff options
author | Chase Maupin <chasemaupin03@gmail.com> | 2010-08-26 10:31:08 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-08-27 16:25:34 -0400 |
commit | 1c5eb00adc1a5f67eef52ecb19df69749a5d5697 (patch) | |
tree | 461e8d3d418d592cc95f52ef12196f8004ea6c02 /recipes | |
parent | 138d0aa6859d74ddbf7f7ab781e75c08c79512d0 (diff) |
matrix-gui-e: change initscript start level
* Set the init script to be added to list of run level
5 scripts.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 3bb304d480..35abd25738 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 |