[OE-core] [PATCH 4/4] x264: duplicate i586 over-ride for i686

Andre McCurdy armccurdy at gmail.com
Thu Jun 4 03:31:06 UTC 2015


Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
---
 meta/recipes-multimedia/x264/x264_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
index 0e856b3..9d893f0 100644
--- a/meta/recipes-multimedia/x264/x264_git.bb
+++ b/meta/recipes-multimedia/x264/x264_git.bb
@@ -52,4 +52,5 @@ do_install() {
 
 # PIC can't be enabled for 32-bit x86
 INSANE_SKIP_${PN}_append_i586 = " textrel"
+INSANE_SKIP_${PN}_append_i686 = " textrel"
 
-- 
1.9.1




More information about the Openembedded-core mailing list