[oe-commits] [openembedded-core] 21/40: x264: add textrel to INSANE_SKIP for cyclone5 machine

git at git.openembedded.org git at git.openembedded.org
Tue Sep 13 14:20:12 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit dc9aa1ea5c1ddf8274f5e55a393165a045336082
Author: Fahad Usman <fahad_usman at mentor.com>
AuthorDate: Mon Sep 12 11:43:13 2016 +0530

    x264: add textrel to INSANE_SKIP for cyclone5 machine
    
    This change help fix the warning message:
    
    x264/r2491+gitAUTOINC+c8a773ebfc-r0/packages-split/x264/usr/lib/libx264.so.144' has relocations in .text [textrel]
    
    Adding textrel to INSANE_SKIP resolves this issue.
    
    Signed-off-by: Fahad Usman <fahad_usman at mentor.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/x264/x264_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
index fa44f9c..379961a 100644
--- a/meta/recipes-multimedia/x264/x264_git.bb
+++ b/meta/recipes-multimedia/x264/x264_git.bb
@@ -48,6 +48,7 @@ do_install() {
     oe_runmake install DESTDIR=${D}
 }
 
-# PIC can't be enabled for 32-bit x86
+# PIC can't be enabled for 32-bit x86 and cyclone5
 INSANE_SKIP_${PN}_append_x86 = " textrel"
+INSANE_SKIP_${PN}_append_cyclone5 = " textrel"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list