[oe-commits] Martin Jansa : exquisite-theme-illume: use e-base

git version control git at git.openembedded.org
Mon Dec 6 09:28:07 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Dec  6 10:14:24 2010 +0100

exquisite-theme-illume: use e-base

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

---

 recipes/e17/exquisite-theme-illume.bb |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/recipes/e17/exquisite-theme-illume.bb b/recipes/e17/exquisite-theme-illume.bb
index cfbebc2..b15a8b5 100644
--- a/recipes/e17/exquisite-theme-illume.bb
+++ b/recipes/e17/exquisite-theme-illume.bb
@@ -1,23 +1,24 @@
 DDESCRIPTION = "A theme for exquisite"
-HOMEPAGE = "http://www.enlightenment.org"
 LICENSE = "MIT/BSD"
 SECTION = "x11"
+DEPENDS = "edje-native"
 PV = "1.0+svnr${SRCPV}"
 PR = "r6"
 SRCREV = "${EFL_SRCREV}"
 
-inherit update-alternatives
+inherit e-base update-alternatives
 
 ALTERNATIVE_NAME = "exquisite-config"
 ALTERNATIVE_LINK = "${sysconfdir}/exquisite/config"
 ALTERNATIVE_PATH = "${sysconfdir}/exquisite/config-illume"
 ALTERNATIVE_PRIORITY = "10"
 
-SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=THEMES/b_and_w;proto=http"
-S = "${WORKDIR}/THEMES/b_and_w"
+SRCNAME = "b_and_w"
+
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/THEMES;module=${SRCNAME};proto=http"
 
 do_compile() {
-   edje_cc exquisite.edc illume.edj
+   ${STAGING_BINDIR_NATIVE}/edje_cc exquisite.edc illume.edj
 }
 
 do_install() {





More information about the Openembedded-commits mailing list