qtwebengine: whitelist supported architectures
authorJonathan Liu <net147@gmail.com>
Sat, 25 Oct 2014 03:47:58 +0000 (14:47 +1100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:46:21 +0000 (08:46 -0800)
(From meta-qt5 rev: 80496565fbb084ceb0f0d976a356a8b109c62e42)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-qt5/recipes-qt/qt5/qtwebengine.inc

index 397be70..940fdfb 100644 (file)
@@ -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