x264: use x86 over-ride instead of i586

Support i686 without needing to duplicate the i586 over-ride.

(From OE-Core rev: de6a26b95a7f7bd8f9dc47ab35d8b07ba671f4eb)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andre McCurdy 2015-06-04 12:24:49 -07:00 committed by Richard Purdie
parent c116da80b5
commit 90b58da749
1 changed files with 1 additions and 1 deletions

View 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"