diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-06-04 12:24:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-08 17:32:46 +0100 |
commit | de6a26b95a7f7bd8f9dc47ab35d8b07ba671f4eb (patch) | |
tree | e599ce0a713b2f3228ae7615482778a0c7794aeb | |
parent | 70dc96627d9a812e8f28a8b660b13f955bb4f374 (diff) | |
download | openembedded-core-de6a26b95a7f7bd8f9dc47ab35d8b07ba671f4eb.tar.gz openembedded-core-de6a26b95a7f7bd8f9dc47ab35d8b07ba671f4eb.tar.bz2 openembedded-core-de6a26b95a7f7bd8f9dc47ab35d8b07ba671f4eb.zip |
x264: use x86 over-ride instead of i586
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>
-rw-r--r-- | meta/recipes-multimedia/x264/x264_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb index 0e856b3ba1..105ccae177 100644 --- a/meta/recipes-multimedia/x264/x264_git.bb +++ b/meta/recipes-multimedia/x264/x264_git.bb @@ -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" |