psplash: run later on shutdown
authorGrazvydas Ignotas <notasas@gmail.com>
Wed, 14 Mar 2012 22:20:52 +0000 (00:20 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 14 Mar 2012 22:20:52 +0000 (00:20 +0200)
otherwise still stopping X overwrites the display.

recipes/psplash/psplash.inc

index 6d3ab0a..d76933a 100644 (file)
@@ -9,7 +9,7 @@ RCONFLICTS_${PN} = "exquisite"
 
 SRCREV = "249"
 PV = "0.0+svnr${SRCPV}"
-INC_PR = "r24"
+INC_PR = "r25"
 
 # You can create your own pslash-hand-img.h by doing
 # ./make-image-header.sh <file>.png HAND
@@ -54,7 +54,7 @@ do_install_prepend() {
 }
 
 INITSCRIPT_NAME = "psplash"
-INITSCRIPT_PARAMS = "start 01 S . stop 20 0 1 6 ."
+INITSCRIPT_PARAMS = "start 01 S . stop 32 0 1 6 ."
 
 PACKAGES =+ "psplash-support"