diff options
Diffstat (limited to 'meta/recipes-bsp/alsa-state/alsa-state.bb')
-rw-r--r-- | meta/recipes-bsp/alsa-state/alsa-state.bb | 5 |
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." | |||
10 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
11 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 11 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
12 | PV = "0.2.0" | 12 | PV = "0.2.0" |
13 | PR = "r0" | 13 | PR = "r2" |
14 | 14 | ||
15 | SRC_URI = "\ | 15 | SRC_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 | ||
21 | RDEPENDS = "alsa-utils-alsactl" | ||
22 | |||
23 | inherit update-rc.d | 21 | inherit update-rc.d |
24 | 22 | ||
25 | INITSCRIPT_NAME = "alsa-state" | 23 | INITSCRIPT_NAME = "alsa-state" |
@@ -39,6 +37,7 @@ PACKAGES += "alsa-states" | |||
39 | 37 | ||
40 | RRECOMMENDS_alsa-state = "alsa-states" | 38 | RRECOMMENDS_alsa-state = "alsa-states" |
41 | 39 | ||
40 | RDEPENDS_${PN} = "alsa-utils-alsactl" | ||
42 | FILES_${PN} = "${sysconfdir}/init.d ${sysconfdir}/asound.conf" | 41 | FILES_${PN} = "${sysconfdir}/init.d ${sysconfdir}/asound.conf" |
43 | CONFFILES_${PN} = "${sysconfdir}/asound.conf" | 42 | CONFFILES_${PN} = "${sysconfdir}/asound.conf" |
44 | 43 | ||