summaryrefslogtreecommitdiffstats
path: root/recipes-qt
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 /recipes-qt
parentca640377e57da285ea3572096a155ea06fe39e95 (diff)
downloadmeta-qt5-80496565fbb084ceb0f0d976a356a8b109c62e42.tar.gz
qtwebengine: whitelist supported architectures
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt')
-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 += " \
10 libdrm fontconfig pixman openssl pango cairo icu pciutils \ 10 libdrm fontconfig pixman openssl pango cairo icu pciutils \
11" 11"
12 12
13COMPATIBLE_MACHINE = "(-)"
14COMPATIBLE_MACHINE_i586 = "(.*)"
15COMPATIBLE_MACHINE_x86-64 = "(.*)"
16COMPATIBLE_MACHINE_armv6 = "(.*)"
17COMPATIBLE_MACHINE_armv7a = "(.*)"
18
13inherit qmake5 19inherit qmake5
14inherit gettext 20inherit gettext
15inherit pythonnative 21inherit pythonnative