[oe] [PATCH 08/17] libav: depends on yasm-native

Otavio Salvador otavio at ossystems.com.br
Mon May 30 14:54:14 UTC 2011


Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes/libav/libav.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/libav/libav.inc b/recipes/libav/libav.inc
index fa7b934..202e16d 100644
--- a/recipes/libav/libav.inc
+++ b/recipes/libav/libav.inc
@@ -11,10 +11,10 @@ ARM_INSTRUCTION_SET = "arm"
 
 PE = "2"
 
-DEPENDS = "zlib libogg libvorbis libtheora faac faad2 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'lame liba52', d)}"
+DEPENDS = "zlib libogg libvorbis libtheora faac faad2 yasm-native ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'lame liba52', d)}"
 RSUGGESTS_${PN} = "mplayer"
 
-INC_PR = "r0"
+INC_PR = "r1"
 
 inherit autotools pkgconfig
 
-- 
1.7.1





More information about the Openembedded-devel mailing list