From: Martin Jansa Date: Mon, 6 Dec 2010 09:14:24 +0000 (+0100) Subject: exquisite-theme-illume: use e-base X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d28d552600d1fb96cc33323fbb77d45228dd7884;p=openembedded.git exquisite-theme-illume: use e-base Signed-off-by: Martin Jansa --- 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() {