From 6db52707b53d5f2605378c84df96efc7af9e1f80 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Thu, 15 Mar 2012 00:20:52 +0200 Subject: [PATCH] psplash: run later on shutdown otherwise still stopping X overwrites the display. --- recipes/psplash/psplash.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/psplash/psplash.inc b/recipes/psplash/psplash.inc index 6d3ab0af08..d76933a081 100644 --- a/recipes/psplash/psplash.inc +++ b/recipes/psplash/psplash.inc @@ -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 .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" -- 2.39.5