[oe-commits] Martin Jansa : terminology: add terminology-themes to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Aug 20 18:10:18 UTC 2012


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Jul 18 23:06:05 2012 +0200

terminology: add terminology-themes to RDEPENDS

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/e17/terminology_svn.bb |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/terminology_svn.bb b/meta-efl/recipes-efl/e17/terminology_svn.bb
index 2bb4f7c..48d229b 100644
--- a/meta-efl/recipes-efl/e17/terminology_svn.bb
+++ b/meta-efl/recipes-efl/e17/terminology_svn.bb
@@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=03f6c2cf2bef233fadf7d0769f5bfda7"
 DEPENDS = "evas ecore edje elementary eina eet emotion"
 
 PV = "0.1.0+svnr${SRCPV}"
+PR = "r1"
 SRCREV = "${EFL_SRCREV}"
 
 inherit e gettext
@@ -17,3 +18,8 @@ EXTRA_OECONF = "\
 FILES_${PN} += "\
         ${datadir}/icons/terminology.png \
 "
+
+# doesn't start without own theme
+# ERR<770>:terminology utils.c:26 theme_apply() Could not load any theme for group=terminology/background: No Error
+# CRI<770>:terminology main.c:448 elm_main() Couldn't find terminology theme! Forgot 'make install'?
+RDEPENDS_${PN} += "${PN}-themes"





More information about the Openembedded-commits mailing list