aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-06-04 12:24:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-08 17:32:46 +0100
commitde6a26b95a7f7bd8f9dc47ab35d8b07ba671f4eb (patch)
treee599ce0a713b2f3228ae7615482778a0c7794aeb
parent70dc96627d9a812e8f28a8b660b13f955bb4f374 (diff)
downloadopenembedded-core-contrib-de6a26b95a7f7bd8f9dc47ab35d8b07ba671f4eb.tar.gz
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.bb2
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"