[oe] [meta-qt5][PATCH] qtwebengine: whitelist supported architectures

Jonathan Liu net147 at gmail.com
Sat Oct 25 03:47:58 UTC 2014


Signed-off-by: Jonathan Liu <net147 at gmail.com>
---
 recipes-qt/qt5/qtwebengine.inc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/recipes-qt/qt5/qtwebengine.inc b/recipes-qt/qt5/qtwebengine.inc
index 397be70..940fdfb 100644
--- a/recipes-qt/qt5/qtwebengine.inc
+++ b/recipes-qt/qt5/qtwebengine.inc
@@ -10,6 +10,12 @@ DEPENDS += " \
     libdrm fontconfig pixman openssl pango cairo icu pciutils \
 "
 
+COMPATIBLE_MACHINE = "(-)"
+COMPATIBLE_MACHINE_i586 = "(.*)"
+COMPATIBLE_MACHINE_x86-64 = "(.*)"
+COMPATIBLE_MACHINE_armv6 = "(.*)"
+COMPATIBLE_MACHINE_armv7a = "(.*)"
+
 inherit qmake5
 inherit gettext
 inherit pythonnative
-- 
2.1.2




More information about the Openembedded-devel mailing list