[oe-commits] Florian Boor : libav: Depend on yasm on some platforms

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 17:19:53 UTC 2012


Module: openembedded.git
Branch: master
Commit: 60baa25f029293045caf27c2bd43721697db9f36
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=60baa25f029293045caf27c2bd43721697db9f36

Author: Florian Boor <florian at kernelconcepts.de>
Date:   Fri Sep 14 14:20:12 2012 +0200

libav: Depend on yasm on some platforms

    You need yasm per default on i586 and i686 at least. 
    It is possible other platforms affected as well.

Signed-off-by: Florian Boor <florian.boor at kernelconcepts.de>

---

 recipes/libav/libav_git.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/libav/libav_git.bb b/recipes/libav/libav_git.bb
index 217f0b5..4eda55d 100644
--- a/recipes/libav/libav_git.bb
+++ b/recipes/libav/libav_git.bb
@@ -1,6 +1,8 @@
 require libav.inc
 
 DEPENDS += "virtual/libsdl schroedinger libgsm libvpx"
+DEPENDS_i586 += "yasm-native"
+DEPENDS_i686 += "yasm-native"
 
 # When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes
 SRCREV = "c6c2dfcf15c1d93b2189adff6f71c5c4b6b05338"





More information about the Openembedded-commits mailing list