diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-04 13:55:31 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-04 13:55:31 +0200 |
commit | b5916b969ed0794a5b1bd049387ad0ef762a6662 (patch) | |
tree | 9e46b88a2a0e4c2de19213f3eac7b73621ef7946 /recipes-qt/maliit/maliit-plugins-qt5_git.bb | |
parent | b3995cd83ed67897ef1db010052eb807c19d6483 (diff) | |
download | meta-qt5-upstream/jansa/warrior-overrides.tar.gz |
Convert to new override syntaxupstream/jansa/warrior-overrides
This is the result of automated script (0.9.1) 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/maliit/maliit-plugins-qt5_git.bb')
-rw-r--r-- | recipes-qt/maliit/maliit-plugins-qt5_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/maliit/maliit-plugins-qt5_git.bb b/recipes-qt/maliit/maliit-plugins-qt5_git.bb index 8464e1f0..d60d4fd7 100644 --- a/recipes-qt/maliit/maliit-plugins-qt5_git.bb +++ b/recipes-qt/maliit/maliit-plugins-qt5_git.bb | |||
@@ -8,7 +8,7 @@ inherit qmake5 | |||
8 | 8 | ||
9 | DEPENDS = "maliit-framework-qt5" | 9 | DEPENDS = "maliit-framework-qt5" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "qtsvg-plugins" | 11 | RDEPENDS:${PN} += "qtsvg-plugins" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/maliit/plugins.git;branch=master \ | 13 | SRC_URI = "git://github.com/maliit/plugins.git;branch=master \ |
14 | file://0001-Do-not-use-tr1-namespace.patch \ | 14 | file://0001-Do-not-use-tr1-namespace.patch \ |
@@ -26,9 +26,9 @@ EXTRA_QMAKEVARS_PRE = "\ | |||
26 | " | 26 | " |
27 | 27 | ||
28 | # tests fail to build with clang | 28 | # tests fail to build with clang |
29 | EXTRA_QMAKEVARS_PRE_append_toolchain-clang = " CONFIG+=notests" | 29 | EXTRA_QMAKEVARS_PRE:append:toolchain-clang = " CONFIG+=notests" |
30 | 30 | ||
31 | FILES_${PN} += "\ | 31 | FILES:${PN} += "\ |
32 | ${libdir}/maliit \ | 32 | ${libdir}/maliit \ |
33 | ${datadir} \ | 33 | ${datadir} \ |
34 | " | 34 | " |