[oe-commits] Martin Jansa : shr-e-gadgets: add edje_convert call before it' s fixed in git repo

git version control git at git.openembedded.org
Mon Aug 23 19:58:28 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Aug 23 21:26:08 2010 +0200

shr-e-gadgets: add edje_convert call before it's fixed in git repo

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

---

 recipes/shr/shr-e-gadgets_git.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/shr/shr-e-gadgets_git.bb b/recipes/shr/shr-e-gadgets_git.bb
index e39216d..89e3a0a 100644
--- a/recipes/shr/shr-e-gadgets_git.bb
+++ b/recipes/shr/shr-e-gadgets_git.bb
@@ -7,13 +7,18 @@ SECTION = "x11/application"
 
 SRCREV = "4f94c139bd50935dbfb6524e8525d0c35200380b"
 PV = "0.0.0+gitr${SRCPV}"
-PR = "r6"
+PR = "r7"
 
 inherit autotools
 
 SRC_URI = "git://git.shr-project.org/repo/shr-e-gadgets.git;protocol=http;branch=master"
 S = "${WORKDIR}/git"
 
+do_compile_append() {
+        ${STAGING_BINDIR_NATIVE}/edje_convert src/illume-rightclick-toggle/e-module-illume-rightclick-toggle.edj
+        ${STAGING_BINDIR_NATIVE}/edje_convert src/shelf-gadgets/e-module-shr-e-gadgets.edj
+}
+
 FILES_${PN} += "\
 	${datadir}/shr_elm_softkey \
 	${libdir}/enlightenment/modules/*/*.desktop \





More information about the Openembedded-commits mailing list