[oe-commits] Andreas Oberritter : libav: fix floating dependency on libasound

git at git.openembedded.org git at git.openembedded.org
Thu Apr 2 11:03:45 UTC 2015


Module: openembedded-core.git
Branch: master-next-1.9
Commit: 8c6cb85745ca580f7b0e7ff98006c76a85534de0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8c6cb85745ca580f7b0e7ff98006c76a85534de0

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Mon Mar 23 16:41:33 2015 +0100

libav: fix floating dependency on libasound

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/libav/libav.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/libav/libav.inc b/meta/recipes-multimedia/libav/libav.inc
index a2f0b81..cac836f 100644
--- a/meta/recipes-multimedia/libav/libav.inc
+++ b/meta/recipes-multimedia/libav/libav.inc
@@ -22,7 +22,7 @@ PROVIDES = "ffmpeg"
 
 ARM_INSTRUCTION_SET = "arm"
 
-DEPENDS = "zlib libogg yasm-native"
+DEPENDS = "alsa-lib zlib libogg yasm-native"
 
 INC_PR = "r8"
 



More information about the Openembedded-commits mailing list