[oe-commits] Andrei Gherzan : libpostproc: Remove -disable-yasm as this is a nonexistent flag

git at git.openembedded.org git at git.openembedded.org
Fri Jan 18 09:52:33 UTC 2013


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

Author: Andrei Gherzan <andrei at gherzan.ro>
Date:   Sun Jan 13 16:26:34 2013 +0000

libpostproc: Remove -disable-yasm as this is a nonexistent flag

Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../libpostproc/libpostproc_git.bb                 |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb b/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb
index 3620ff0..1520628 100644
--- a/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb
+++ b/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb
@@ -6,6 +6,7 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 PV = "0.0.0+git${SRCPV}"
+PR = "r1"
 
 DEFAULT_PREFERENCE = "-1"
 
@@ -40,10 +41,6 @@ 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() {
     ./configure ${EXTRA_OECONF}
 }





More information about the Openembedded-commits mailing list