[oe-commits] Klaus Kurzmann : e-wm-theme-illume-shr: depend on edje-native instead of edje

git version control git at git.openembedded.org
Thu Jul 2 19:11:34 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: a98fb0f0a968c1dde0c414af39938192b5ef97c9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a98fb0f0a968c1dde0c414af39938192b5ef97c9

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Thu Jul  2 21:08:22 2009 +0200

e-wm-theme-illume-shr: depend on edje-native instead of edje
and use ${STAGING_BINDIR_NATIVE}/edje_cc

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/shr/e-wm-theme-illume-shr_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/shr/e-wm-theme-illume-shr_git.bb b/recipes/shr/e-wm-theme-illume-shr_git.bb
index 92e591a..71f85a4 100644
--- a/recipes/shr/e-wm-theme-illume-shr_git.bb
+++ b/recipes/shr/e-wm-theme-illume-shr_git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "illume SHR theme"
 SECTION = "e/utils"
-DEPENDS = "edje"
+DEPENDS = "edje-native"
 LICENSE = "MIT BSD"
 PV = "1.1-${EFL_SRCREV}-gitr${SRCPV}"
 PR = "r6"
@@ -10,7 +10,7 @@ SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=ma
 S = "${WORKDIR}/git/e-wm/${PN}"
 
 do_compile() {
-	edje_cc -id ${S}/images/. -fd ${S}/fonts/. ${S}/illume-shr.edc -o ${S}/illume-shr.edj
+	${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/images/. -fd ${S}/fonts/. ${S}/illume-shr.edc -o ${S}/illume-shr.edj
 }
 
 do_install() {





More information about the Openembedded-commits mailing list