[oe-commits] Andre McCurdy : elbow: use x86 over-ride instead of i586

git at git.openembedded.org git at git.openembedded.org
Mon Jun 8 12:17:45 UTC 2015


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

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

elbow: 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/e17/elbow_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-efl/recipes-efl/e17/elbow_git.bb b/meta-efl/recipes-efl/e17/elbow_git.bb
index 16664f9..064b794 100644
--- a/meta-efl/recipes-efl/e17/elbow_git.bb
+++ b/meta-efl/recipes-efl/e17/elbow_git.bb
@@ -8,7 +8,7 @@ SRCREV = "b41fd0bc9514ff61bb2a50d957efe4155fa3e6a8"
 
 # webkit-efl isn't available for < armv7a
 COMPATIBLE_MACHINE = "(-)"
-COMPATIBLE_MACHINE_i586 = "(.*)"
+COMPATIBLE_MACHINE_x86 = "(.*)"
 COMPATIBLE_MACHINE_x86-64 = "(.*)"
 COMPATIBLE_MACHINE_armv7a = "(.*)"
 



More information about the Openembedded-commits mailing list