diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:05:32 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-03 13:38:16 +0200 |
commit | a6bee8ea4cb91d0e07d8be272ddc0e56c86e4acf (patch) | |
tree | 127f88ca5f4c1f1a0fb80dca719ef817b700ed5b /recipes-qt/qt5/qtwebview_git.bb | |
parent | 10f3673fd4b6c6e1e61c23478802f83652475a5f (diff) | |
download | meta-qt5-a6bee8ea4cb91d0e07d8be272ddc0e56c86e4acf.tar.gz |
Convert to new override syntax
This is the result of automated script (0.9.0) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebview_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebview_git.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtwebview_git.bb b/recipes-qt/qt5/qtwebview_git.bb index fcabec7a..ee140340 100644 --- a/recipes-qt/qt5/qtwebview_git.bb +++ b/recipes-qt/qt5/qtwebview_git.bb | |||
@@ -12,12 +12,12 @@ require qt5-git.inc | |||
12 | DEPENDS += "qtbase qtwebengine" | 12 | DEPENDS += "qtbase qtwebengine" |
13 | 13 | ||
14 | COMPATIBLE_MACHINE = "(-)" | 14 | COMPATIBLE_MACHINE = "(-)" |
15 | COMPATIBLE_MACHINE_x86 = "(.*)" | 15 | COMPATIBLE_MACHINE:x86 = "(.*)" |
16 | COMPATIBLE_MACHINE_x86-64 = "(.*)" | 16 | COMPATIBLE_MACHINE:x86-64 = "(.*)" |
17 | COMPATIBLE_MACHINE_armv6 = "(.*)" | 17 | COMPATIBLE_MACHINE:armv6 = "(.*)" |
18 | COMPATIBLE_MACHINE_armv7a = "(.*)" | 18 | COMPATIBLE_MACHINE:armv7a = "(.*)" |
19 | COMPATIBLE_MACHINE_armv7ve = "(.*)" | 19 | COMPATIBLE_MACHINE:armv7ve = "(.*)" |
20 | COMPATIBLE_MACHINE_aarch64 = "(.*)" | 20 | COMPATIBLE_MACHINE:aarch64 = "(.*)" |
21 | 21 | ||
22 | python() { | 22 | python() { |
23 | if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split(): | 23 | if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split(): |