summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/alsa-state/alsa-state.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb b/meta/recipes-bsp/alsa-state/alsa-state.bb
index bc17b25b3e..83c9faadb1 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 = "r0" 13PR = "r2"
14 14
15SRC_URI = "\ 15SRC_URI = "\
16 file://asound.conf \ 16 file://asound.conf \
@@ -18,8 +18,6 @@ SRC_URI = "\
18 file://alsa-state \ 18 file://alsa-state \
19" 19"
20 20
21RDEPENDS = "alsa-utils-alsactl"
22
23inherit update-rc.d 21inherit update-rc.d
24 22
25INITSCRIPT_NAME = "alsa-state" 23INITSCRIPT_NAME = "alsa-state"
@@ -39,6 +37,7 @@ PACKAGES += "alsa-states"
39 37
40RRECOMMENDS_alsa-state = "alsa-states" 38RRECOMMENDS_alsa-state = "alsa-states"
41 39
40RDEPENDS_${PN} = "alsa-utils-alsactl"
42FILES_${PN} = "${sysconfdir}/init.d ${sysconfdir}/asound.conf" 41FILES_${PN} = "${sysconfdir}/init.d ${sysconfdir}/asound.conf"
43CONFFILES_${PN} = "${sysconfdir}/asound.conf" 42CONFFILES_${PN} = "${sysconfdir}/asound.conf"
44 43