public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] x264: add textrel to INSANE_SKIP for cyclone5 machine
@ 2016-09-12  6:13 Sujith H
  2016-09-14 23:11 ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Sujith H @ 2016-09-12  6:13 UTC (permalink / raw)
  To: openembedded-core

From: Fahad Usman <fahad_usman@mentor.com>

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@mentor.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"
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-15  8:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-12  6:13 [PATCH] x264: add textrel to INSANE_SKIP for cyclone5 machine Sujith H
2016-09-14 23:11 ` Burton, Ross
2016-09-15  4:43   ` sujith h
2016-09-15  6:45     ` sujith h
2016-09-15  8:00       ` sujith h

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox