]> code.ossystems Code Review - openembedded-core.git/commitdiff
x264: use x86 over-ride instead of i586
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 4 Jun 2015 19:24:49 +0000 (12:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Jun 2015 16:32:46 +0000 (17:32 +0100)
Support i686 without needing to duplicate the i586 over-ride.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/x264/x264_git.bb

index 0e856b3ba1dceb2d5cd8a2434852d50a0277435b..105ccae177c6c714b11fce2b2a7ea568dc55e947 100644 (file)
@@ -51,5 +51,5 @@ do_install() {
 }
 
 # PIC can't be enabled for 32-bit x86
-INSANE_SKIP_${PN}_append_i586 = " textrel"
+INSANE_SKIP_${PN}_append_x86 = " textrel"