diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2012-01-08 01:55:30 +0100 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-17 14:53:00 +0000 | 
| commit | 545a7407361a7e144a0f868e1a095bf7b10fffd8 (patch) | |
| tree | 260803d7b6853f21d89fbbd21b9ff7211b9a59e7 | |
| parent | 68aa18609c10a3ae2f738930c933fa2a95ce8959 (diff) | |
| download | openembedded-core-545a7407361a7e144a0f868e1a095bf7b10fffd8.tar.gz openembedded-core-545a7407361a7e144a0f868e1a095bf7b10fffd8.tar.bz2 openembedded-core-545a7407361a7e144a0f868e1a095bf7b10fffd8.zip | |
alsa-utils: depend on libsamplerate0
We need to depend on libsamplerate0 because it's detected automatically
  and if we configure without it we get that issue at runtime trying
  to run the alsaloop program:
    No libsamplerate support.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb | 4 | 
1 files changed, 2 insertions, 2 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 9eee60a0da..196128ed59 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 @@ -5,8 +5,8 @@ SECTION = "console/utils"  LICENSE = "GPLv2+"  LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \                      file://alsactl/utils.c;beginline=1;endline=20;md5=fe9526b055e246b5558809a5ae25c0b9" -DEPENDS = "alsa-lib ncurses" -PR = "r3" +DEPENDS = "alsa-lib ncurses libsamplerate0" +PR = "r4"  SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \             file://ncursesfix.patch \ | 
