[oe-commits] Andre McCurdy : webkit-efl.inc: use x86 over-ride instead of i586

git at git.openembedded.org git at git.openembedded.org
Mon Jun 8 12:16:09 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: ac1ca97f5fcb4c8ee731c06441ebf326894d6c65
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ac1ca97f5fcb4c8ee731c06441ebf326894d6c65

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Thu Jun  4 12:21:01 2015 -0700

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 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/webkit/webkit-efl.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-efl/recipes-efl/webkit/webkit-efl.inc b/meta-efl/recipes-efl/webkit/webkit-efl.inc
index cf919ec..aa91572 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 = "(.*)"
 



More information about the Openembedded-commits mailing list