[oe-commits] Samuel Stirtzel : maliit-plugins: Clean up recipe and add missing RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue Dec 4 10:27:35 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: a5ff7a97dd50aaa728fc6fc40402a6535f63ca1d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a5ff7a97dd50aaa728fc6fc40402a6535f63ca1d

Author: Samuel Stirtzel <s.stirtzel at googlemail.com>
Date:   Tue Oct 30 13:40:44 2012 +0000

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 at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../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 278220d..2fb52c7 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
 
 DEPENDS = "maliit-framework"
 
+RDEPENDS_${PN} += "qt4-plugin-iconengine-svgicon qt4-plugin-imageformat-svg"
+
 SRC_URI = "git://gitorious.org/maliit/maliit-plugins.git;branch=master"
 
 SRCREV = "0760e585df494b394df1b887e5138ffef19c481f"
@@ -23,12 +25,8 @@ FILES_${PN} += "\
     ${datadir} \
     "
 
-FILES_${PN}-dbg += "\
-    ${libdir}/maliit/plugins-*/.debug \
-    "
+FILES_${PN}-dbg += "${libdir}/maliit/plugins-*/.debug"
 
 S= "${WORKDIR}/git"
 
-do_install() {
-  cd ${S} && (INSTALL_ROOT=${D} oe_runmake install)
-}
+EXTRA_OEMAKE += "INSTALL_ROOT=${D}"





More information about the Openembedded-commits mailing list