diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-30 17:49:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-01 15:07:42 +0000 |
commit | 2805ff120e5a9070ed770a29c4c2103a52d4cadb (patch) | |
tree | 5a95a379e50da341fc71a7c032658f8a5b2e9783 | |
parent | a26a2cba60da6c8a20344905088d434c62ebbc3d (diff) | |
download | poky-2805ff120e5a9070ed770a29c4c2103a52d4cadb.tar.gz |
alsa-utils: make alsa-utils-alsactl recommend alsa-states
This will drag in the asound.state from the BSP that alsactl uses.
(From OE-Core rev: 6a1c75971d35b6a8272741a4f3e25ef46f7ce305)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb index 196128ed59..e62a0f3b6b 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \ |
7 | file://alsactl/utils.c;beginline=1;endline=20;md5=fe9526b055e246b5558809a5ae25c0b9" | 7 | file://alsactl/utils.c;beginline=1;endline=20;md5=fe9526b055e246b5558809a5ae25c0b9" |
8 | DEPENDS = "alsa-lib ncurses libsamplerate0" | 8 | DEPENDS = "alsa-lib ncurses libsamplerate0" |
9 | PR = "r4" | 9 | PR = "r5" |
10 | 10 | ||
11 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ | 11 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ |
12 | file://ncursesfix.patch \ | 12 | file://ncursesfix.patch \ |
@@ -79,4 +79,6 @@ DESCRIPTION_alsa-utils-alsactl = "saves/restores ALSA-settings in /etc/asou | |||
79 | DESCRIPTION_alsa-utils-alsaconf = "a bash script that creates ALSA configuration files" | 79 | DESCRIPTION_alsa-utils-alsaconf = "a bash script that creates ALSA configuration files" |
80 | DESCRIPTION_alsa-utils-alsaucm = "ALSA Use Case Manager" | 80 | DESCRIPTION_alsa-utils-alsaucm = "ALSA Use Case Manager" |
81 | 81 | ||
82 | RRECOMMENDS_alsa-utils-alsactl = "alsa-states" | ||
83 | |||
82 | ALLOW_EMPTY_alsa-utils = "1" | 84 | ALLOW_EMPTY_alsa-utils = "1" |