]> code.ossystems Code Review - openembedded-core.git/commitdiff
alsa-utils: depend on libsamplerate0
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 8 Jan 2012 00:55:30 +0000 (01:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jan 2012 14:53:00 +0000 (14:53 +0000)
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>
meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb

index 9eee60a0da0c978121c0cc9b85c9a3483cea192a..196128ed59645ff60f048d8d8639d83e418368ee 100644 (file)
@@ -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 \