From: Grazvydas Ignotas Date: Wed, 14 Mar 2012 22:20:52 +0000 (+0200) Subject: psplash: run later on shutdown X-Git-Tag: sz_beta3~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6db52707b53d5f2605378c84df96efc7af9e1f80;p=openembedded.git psplash: run later on shutdown otherwise still stopping X overwrites the display. --- 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"