summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/alsa-state/alsa-state.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb b/meta/recipes-bsp/alsa-state/alsa-state.bb
index 83c9faadb1..a9cc04c2a8 100644
--- a/meta/recipes-bsp/alsa-state/alsa-state.bb
+++ b/meta/recipes-bsp/alsa-state/alsa-state.bb
@@ -10,7 +10,7 @@ sound state at system boot and save it at system shut down."
10LICENSE = "MIT" 10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 11LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
12PV = "0.2.0" 12PV = "0.2.0"
13PR = "r2" 13PR = "r3"
14 14
15SRC_URI = "\ 15SRC_URI = "\
16 file://asound.conf \ 16 file://asound.conf \
@@ -46,9 +46,9 @@ FILES_alsa-states = "${localstatedir}/lib/alsa/*.state"
46pkg_postinst_${PN}() { 46pkg_postinst_${PN}() {
47 if test -z "$D" 47 if test -z "$D"
48 then 48 then
49 if test -x /usr/sbin/alsactl 49 if test -x ${sbindir}/alsactl
50 then 50 then
51 /usr/sbin/alsactl -f ${localstatedir}/lib/alsa/asound.state restore 51 ${sbindir}/alsactl -f ${localstatedir}/lib/alsa/asound.state restore
52 fi 52 fi
53 # INITSCRIPT_PARAMS changed, so remove the old and 53 # INITSCRIPT_PARAMS changed, so remove the old and
54 # install the new setting. 54 # install the new setting.