diff options
author | Samuel Stirtzel <s.stirtzel@googlemail.com> | 2012-10-30 13:40:44 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-12-04 11:25:34 +0100 |
commit | a5ff7a97dd50aaa728fc6fc40402a6535f63ca1d (patch) | |
tree | b26acf5b7de0e111600486769106270f8bfa3300 /meta-oe/recipes-support | |
parent | be5daf60031ad6e8f03906218a0cfd5e602be7b0 (diff) | |
download | meta-openembedded-a5ff7a97dd50aaa728fc6fc40402a6535f63ca1d.tar.gz |
maliit-plugins: Clean up recipe and add missing RDEPENDS
The following errors are only shown when started from console, also there are no visible errors during execution.
Error fixed: QML Image: Error decoding: file:///usr/share/maliit/plugins/org/nemomobile/icon-m-input-methods-shift-lowercase.svg: Unsupported image format
This is unaffected from whether libqtsvg4 is installed or not.
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/maliit/maliit-plugins_git.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/maliit/maliit-plugins_git.bb b/meta-oe/recipes-support/maliit/maliit-plugins_git.bb index 278220def0..2fb52c74a9 100644 --- a/meta-oe/recipes-support/maliit/maliit-plugins_git.bb +++ b/meta-oe/recipes-support/maliit/maliit-plugins_git.bb | |||
@@ -8,6 +8,8 @@ inherit autotools qt4x11 | |||
8 | 8 | ||
9 | DEPENDS = "maliit-framework" | 9 | DEPENDS = "maliit-framework" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "qt4-plugin-iconengine-svgicon qt4-plugin-imageformat-svg" | ||
12 | |||
11 | SRC_URI = "git://gitorious.org/maliit/maliit-plugins.git;branch=master" | 13 | SRC_URI = "git://gitorious.org/maliit/maliit-plugins.git;branch=master" |
12 | 14 | ||
13 | SRCREV = "0760e585df494b394df1b887e5138ffef19c481f" | 15 | SRCREV = "0760e585df494b394df1b887e5138ffef19c481f" |
@@ -23,12 +25,8 @@ FILES_${PN} += "\ | |||
23 | ${datadir} \ | 25 | ${datadir} \ |
24 | " | 26 | " |
25 | 27 | ||
26 | FILES_${PN}-dbg += "\ | 28 | FILES_${PN}-dbg += "${libdir}/maliit/plugins-*/.debug" |
27 | ${libdir}/maliit/plugins-*/.debug \ | ||
28 | " | ||
29 | 29 | ||
30 | S= "${WORKDIR}/git" | 30 | S= "${WORKDIR}/git" |
31 | 31 | ||
32 | do_install() { | 32 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" |
33 | cd ${S} && (INSTALL_ROOT=${D} oe_runmake install) | ||
34 | } | ||