diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-06-04 12:21:01 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-06-08 14:15:23 +0200 |
commit | ac1ca97f5fcb4c8ee731c06441ebf326894d6c65 (patch) | |
tree | 41f9f354af335c29ee2c998605971234a9291662 /meta-efl | |
parent | 03c9547e59a77b775556aa224cca79221a0a99f0 (diff) | |
download | meta-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.inc | 2 |
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 cf919ece9..aa9157261 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() { | |||
52 | 52 | ||
53 | # and disabled LLINT currently isn't supported, so restrict to armv7a and x86* | 53 | # and disabled LLINT currently isn't supported, so restrict to armv7a and x86* |
54 | COMPATIBLE_MACHINE = "(-)" | 54 | COMPATIBLE_MACHINE = "(-)" |
55 | COMPATIBLE_MACHINE_i586 = "(.*)" | 55 | COMPATIBLE_MACHINE_x86 = "(.*)" |
56 | COMPATIBLE_MACHINE_x86-64 = "(.*)" | 56 | COMPATIBLE_MACHINE_x86-64 = "(.*)" |
57 | COMPATIBLE_MACHINE_armv7a = "(.*)" | 57 | COMPATIBLE_MACHINE_armv7a = "(.*)" |
58 | 58 | ||