[oe-commits] Martin Jansa : libav: disable yasm for x86 and x86-64 builds, because we don't have recipe for that

git at git.openembedded.org git at git.openembedded.org
Mon Nov 7 16:21:13 UTC 2011


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Mon Nov  7 14:38:34 2011 +0000

libav: disable yasm for x86 and x86-64 builds, because we don't have recipe for that

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-multimedia/libav/libav.inc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-multimedia/libav/libav.inc b/meta-oe/recipes-multimedia/libav/libav.inc
index a560999..9d3f3b6 100644
--- a/meta-oe/recipes-multimedia/libav/libav.inc
+++ b/meta-oe/recipes-multimedia/libav/libav.inc
@@ -54,6 +54,10 @@ EXTRA_OECONF = " \
         ${EXTRA_FFCONF} \
 "
 
+#| yasm not found, use --disable-yasm for a crippled build
+EXTRA_OECONF_append_x86-64 = " --disable-yasm"
+EXTRA_OECONF_append_x86 = " --disable-yasm"
+
 do_configure() {
 	# We don't have TARGET_PREFIX-pkgconfig
 	sed -i '/pkg_config_default="${cross_prefix}${pkg_config_default}"/d' ${S}/configure





More information about the Openembedded-commits mailing list