[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3865/8267] x264: Fix build on mips architectures



commit 193aa1a0a8f09febde1e9b03ecc97693bc6ff215
Author: Khem Raj <raj khem gmail com>
Date:   Mon Dec 19 09:19:14 2016 -0800

    x264: Fix build on mips architectures
    
    Disable asm to fix
    
    | You specified a pre-MSA CPU in your CFLAGS.
    | If you really want to run on such a CPU, configure with --disable-asm.
    
    (From OE-Core rev: 302124c1cc8353f4d0e13ab9ba9057d6b3862bde)
    
    Signed-off-by: Khem Raj <raj khem gmail com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-multimedia/x264/x264_git.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
index e790681..1dafdd5 100644
--- a/meta/recipes-multimedia/x264/x264_git.bb
+++ b/meta/recipes-multimedia/x264/x264_git.bb
@@ -24,6 +24,7 @@ X264_DISABLE_ASM = ""
 X264_DISABLE_ASM_armv4 = "--disable-asm"
 X264_DISABLE_ASM_armv5 = "--disable-asm"
 X264_DISABLE_ASM_powerpc = "${@bb.utils.contains("TUNE_FEATURES", "spe", "--disable-asm", "", d)}"
+X264_DISABLE_ASM_mipsarch = "${@bb.utils.contains("TUNE_FEATURES", "r6", "", "--disable-asm", d)}"
 
 EXTRA_OECONF = '--prefix=${prefix} \
                 --host=${HOST_SYS} \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]