diff options
author | Jonathan Liu <net147@gmail.com> | 2016-03-02 13:15:24 +1100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-07 13:09:55 +0100 |
commit | d6fe20e6083d421cc6091892e1d302c46e2d075d (patch) | |
tree | 489dfad7871c006bd9e098989c37c8d54588ee36 /recipes-qt | |
parent | bd4c475915d8d81dc759308279c6612591d145dc (diff) | |
download | meta-qt5-d6fe20e6083d421cc6091892e1d302c46e2d075d.tar.gz |
qtwebengine: enable ARMv7VE support
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_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index d2975efd..8f5276f1 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -47,6 +47,7 @@ COMPATIBLE_MACHINE_x86 = "(.*)" | |||
47 | COMPATIBLE_MACHINE_x86-64 = "(.*)" | 47 | COMPATIBLE_MACHINE_x86-64 = "(.*)" |
48 | COMPATIBLE_MACHINE_armv6 = "(.*)" | 48 | COMPATIBLE_MACHINE_armv6 = "(.*)" |
49 | COMPATIBLE_MACHINE_armv7a = "(.*)" | 49 | COMPATIBLE_MACHINE_armv7a = "(.*)" |
50 | COMPATIBLE_MACHINE_armv7ve = "(.*)" | ||
50 | 51 | ||
51 | inherit qmake5 | 52 | inherit qmake5 |
52 | inherit gettext | 53 | inherit gettext |