aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-06-04 12:21:01 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-06-08 14:15:23 +0200
commitac1ca97f5fcb4c8ee731c06441ebf326894d6c65 (patch)
tree41f9f354af335c29ee2c998605971234a9291662 /meta-efl
parent03c9547e59a77b775556aa224cca79221a0a99f0 (diff)
downloadmeta-openembedded-ac1ca97f5fcb4c8ee731c06441ebf326894d6c65.tar.gz
webkit-efl.inc: 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: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/webkit/webkit-efl.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/webkit/webkit-efl.inc b/meta-efl/recipes-efl/webkit/webkit-efl.inc
index cf919ece93..aa9157261b 100644
--- a/meta-efl/recipes-efl/webkit/webkit-efl.inc
+++ b/meta-efl/recipes-efl/webkit/webkit-efl.inc
@@ -52,7 +52,7 @@ do_configure_prepend_armv5() {
# and disabled LLINT currently isn't supported, so restrict to armv7a and x86*
COMPATIBLE_MACHINE = "(-)"
-COMPATIBLE_MACHINE_i586 = "(.*)"
+COMPATIBLE_MACHINE_x86 = "(.*)"
COMPATIBLE_MACHINE_x86-64 = "(.*)"
COMPATIBLE_MACHINE_armv7a = "(.*)"