[oe-commits] Martin Jansa : neomis: bump SRCREV, add edje-native depends

git version control git at git.openembedded.org
Thu Nov 25 12:28:28 UTC 2010


Module: openembedded.git
Branch: master
Commit: 5c9396ce5649f534c17ddf34d8e79e3a6baea25b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5c9396ce5649f534c17ddf34d8e79e3a6baea25b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Nov 25 11:40:29 2010 +0100

neomis: bump SRCREV, add edje-native depends

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

---

 recipes/openmoko-3rdparty/neomis_svn.bb |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/recipes/openmoko-3rdparty/neomis_svn.bb b/recipes/openmoko-3rdparty/neomis_svn.bb
index 03ca20d..706261b 100644
--- a/recipes/openmoko-3rdparty/neomis_svn.bb
+++ b/recipes/openmoko-3rdparty/neomis_svn.bb
@@ -4,9 +4,10 @@ LICENSE = "GPLv3"
 AUTHOR = "Valéry Febvre <vfebvre at easter-eggs.com>"
 SECTION = "x11/applications"
 PRIORITY = "optional"
-DEPENDS = "python-native"
+DEPENDS = "python-native edje-native"
 
-SRCREV = "6"
+SRCREV = "8"
+# actually it's 1.0.3 :/ but don't want to downgrade now/bump PE
 PV = "1.1.0+svnr${SRCPV}"
 PR = "r2"
 
@@ -25,3 +26,7 @@ do_configure_prepend_shr() {
 FILES_${PN} += "${datadir}/neomis ${datadir}/applications/neomis.desktop ${datadir}/pixmaps"
 
 RDEPENDS_${PN} += "python-audio python-pyalsaaudio python-elementary" 
+
+do_compile_prepend() {
+	${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/data ${S}/data/neomis.edc
+}





More information about the Openembedded-commits mailing list