From: Otavio Salvador Date: Tue, 24 Mar 2009 17:32:41 +0000 (-0300) Subject: alsa-state: register the script for the shutdown, storing the settings X-Git-Tag: Release-2010-05/1~3791^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c1739c542aa0b3d35a62454d6c27c8fc6a669ee;p=openembedded.git alsa-state: register the script for the shutdown, storing the settings Signed-off-by: Otavio Salvador --- diff --git a/recipes/alsa/alsa-state.bb b/recipes/alsa/alsa-state.bb index 09cf22b3c8..9bb22e2aa7 100644 --- a/recipes/alsa/alsa-state.bb +++ b/recipes/alsa/alsa-state.bb @@ -7,7 +7,7 @@ DESCRIPTION = "Alsa Scenario Files" LICENSE = "MIT" PV = "0.2.0" -PR = "r7" +PR = "r8" SRC_URI = "\ file://asound.conf \ @@ -22,7 +22,7 @@ SRC_URI_append_a780 = "file://gsmhandset.state \ inherit update-rc.d INITSCRIPT_NAME = "alsa-state" -INITSCRIPT_PARAMS = "start 39 S ." +INITSCRIPT_PARAMS = "start 39 S . stop 31 0 6 ." do_install() { install -d ${D}${sysconfdir}/init.d