From 620d0cfa332fb3c47aa594730d8c1d0ba54125e4 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Thu, 4 Jun 2015 12:23:36 -0700 Subject: qtwebengine: use x86 over-ride instead of i586 Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtwebengine_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/qt5') diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 4933c132..9b561ac3 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb @@ -15,7 +15,7 @@ DEPENDS += " \ " COMPATIBLE_MACHINE = "(-)" -COMPATIBLE_MACHINE_i586 = "(.*)" +COMPATIBLE_MACHINE_x86 = "(.*)" COMPATIBLE_MACHINE_x86-64 = "(.*)" COMPATIBLE_MACHINE_armv6 = "(.*)" COMPATIBLE_MACHINE_armv7a = "(.*)" -- cgit v1.2.3-54-g00ecf