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/qt-kiosk-browser/qt-kiosk-browser_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/qt-kiosk-browser/qt-kiosk-browser_git.bb')
-rw-r--r-- | recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb b/recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb index 8ae0e9ef..8c8348c2 100644 --- a/recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb +++ b/recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb | |||
@@ -23,11 +23,11 @@ inherit qmake5 | |||
23 | 23 | ||
24 | EXTRA_QMAKEVARS_PRE += "PREFIX=${prefix}" | 24 | EXTRA_QMAKEVARS_PRE += "PREFIX=${prefix}" |
25 | 25 | ||
26 | do_install_append() { | 26 | do_install:append() { |
27 | install -Dm 0644 ${WORKDIR}/${PN}.conf ${D}${sysconfdir}/${PN}.conf | 27 | install -Dm 0644 ${WORKDIR}/${PN}.conf ${D}${sysconfdir}/${PN}.conf |
28 | } | 28 | } |
29 | 29 | ||
30 | RDEPENDS_${PN} += " \ | 30 | RDEPENDS:${PN} += " \ |
31 | liberation-fonts \ | 31 | liberation-fonts \ |
32 | qtdeclarative-qmlplugins \ | 32 | qtdeclarative-qmlplugins \ |
33 | qtquickcontrols-qmlplugins \ | 33 | qtquickcontrols-qmlplugins \ |
@@ -35,9 +35,9 @@ RDEPENDS_${PN} += " \ | |||
35 | qtwebengine-qmlplugins \ | 35 | qtwebengine-qmlplugins \ |
36 | " | 36 | " |
37 | COMPATIBLE_MACHINE = "(-)" | 37 | COMPATIBLE_MACHINE = "(-)" |
38 | COMPATIBLE_MACHINE_x86 = "(.*)" | 38 | COMPATIBLE_MACHINE:x86 = "(.*)" |
39 | COMPATIBLE_MACHINE_x86-64 = "(.*)" | 39 | COMPATIBLE_MACHINE:x86-64 = "(.*)" |
40 | COMPATIBLE_MACHINE_armv6 = "(.*)" | 40 | COMPATIBLE_MACHINE:armv6 = "(.*)" |
41 | COMPATIBLE_MACHINE_armv7a = "(.*)" | 41 | COMPATIBLE_MACHINE:armv7a = "(.*)" |
42 | COMPATIBLE_MACHINE_armv7ve = "(.*)" | 42 | COMPATIBLE_MACHINE:armv7ve = "(.*)" |
43 | COMPATIBLE_MACHINE_aarch64 = "(.*)" | 43 | COMPATIBLE_MACHINE:aarch64 = "(.*)" |