diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-30 17:49:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-01 14:58:45 +0000 |
commit | 358ad279d525ca3c806cbb6ceadb2d6170468d80 (patch) | |
tree | df5e7fe793a92e6e528d1c100c4f32d5ae6c093e /meta/recipes-bsp | |
parent | 4ccae37db1aa77a1d15098c3720ea6e2d383fbdc (diff) | |
download | openembedded-core-358ad279d525ca3c806cbb6ceadb2d6170468d80.tar.gz openembedded-core-358ad279d525ca3c806cbb6ceadb2d6170468d80.tar.bz2 openembedded-core-358ad279d525ca3c806cbb6ceadb2d6170468d80.zip |
alsa-state: fix RDEPENDS assignment
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta/recipes-bsp')
-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." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" PV = "0.2.0" -PR = "r0" +PR = "r2" SRC_URI = "\ file://asound.conf \ @@ -18,8 +18,6 @@ SRC_URI = "\ file://alsa-state \ " -RDEPENDS = "alsa-utils-alsactl" - inherit update-rc.d INITSCRIPT_NAME = "alsa-state" @@ -39,6 +37,7 @@ PACKAGES += "alsa-states" RRECOMMENDS_alsa-state = "alsa-states" +RDEPENDS_${PN} = "alsa-utils-alsactl" FILES_${PN} = "${sysconfdir}/init.d ${sysconfdir}/asound.conf" CONFFILES_${PN} = "${sysconfdir}/asound.conf" |