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

git version control git at git.openembedded.org
Mon Dec 6 21:26:09 UTC 2010


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

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