aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-12-06 10:14:24 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-06 10:26:56 +0100
commitd28d552600d1fb96cc33323fbb77d45228dd7884 (patch)
tree1a32da53bb8e414b8d624de72a382c46861821de /recipes
parent19c2a2b42f86e2dac063f2b69dfc9bc879a55cab (diff)
downloadopenembedded-d28d552600d1fb96cc33323fbb77d45228dd7884.tar.gz
exquisite-theme-illume: use e-base
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/e17/exquisite-theme-illume.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes/e17/exquisite-theme-illume.bb b/recipes/e17/exquisite-theme-illume.bb
index cfbebc2b07..b15a8b59b2 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() {