diff options
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 | " |