[oe-commits] Martin Jansa : shr-e-gadgets: add path to edje-cc

git version control git at git.openembedded.org
Sun Feb 20 12:33:42 UTC 2011


Module: openembedded.git
Branch: shr/testing2011.1
Commit: 9d6fad68eb745084c6abf2f6bc8b6b20b37f83f7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9d6fad68eb745084c6abf2f6bc8b6b20b37f83f7

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Feb 12 09:19:06 2011 +0100

shr-e-gadgets: add path to edje-cc

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

---

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

diff --git a/recipes/shr/shr-e-gadgets_git.bb b/recipes/shr/shr-e-gadgets_git.bb
index dd238b4..40d81b1 100644
--- a/recipes/shr/shr-e-gadgets_git.bb
+++ b/recipes/shr/shr-e-gadgets_git.bb
@@ -7,13 +7,15 @@ SECTION = "x11/application"
 
 SRCREV = "0638e17d76861ca1e4f89a2d955fab03fa143634"
 PV = "0.0.0+gitr${SRCPV}"
-PR = "r9"
+PR = "r10"
 
 inherit autotools
 
 SRC_URI = "git://git.shr-project.org/repo/shr-e-gadgets.git;protocol=http;branch=master"
 S = "${WORKDIR}/git"
 
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
+
 FILES_${PN} += "\
 	${datadir}/shr_elm_softkey \
 	${libdir}/enlightenment/modules/*/*.desktop \





More information about the Openembedded-commits mailing list