aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2014-10-25 14:47:58 +1100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-10-31 14:18:30 +0100
commit80496565fbb084ceb0f0d976a356a8b109c62e42 (patch)
tree75b991b5d3ccdf300fb4319a739797e0ffc6d2da
parentca640377e57da285ea3572096a155ea06fe39e95 (diff)
qtwebengine: whitelist supported architectures
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtwebengine.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine.inc b/recipes-qt/qt5/qtwebengine.inc
index 397be705..940fdfb1 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