diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-04-04 04:14:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-04 04:14:40 +0000 |
commit | 1a2a224fb962e22ccf948bbdc11fd9b6f5f335bc (patch) | |
tree | 7e97b8f84a05af8e999e19d710f744f3a9910ae3 /packages/e17/entice_20060128.bb | |
parent | d9b62f99005396a1d1f02649abe11574ccb31a82 (diff) |
efl, e17: update to newest versions, split e and efl bbclasses and use e for e17 packages, update preferred e versions
Diffstat (limited to 'packages/e17/entice_20060128.bb')
-rw-r--r-- | packages/e17/entice_20060128.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/packages/e17/entice_20060128.bb b/packages/e17/entice_20060128.bb index 05023f7fa2..ffc07f7661 100644 --- a/packages/e17/entice_20060128.bb +++ b/packages/e17/entice_20060128.bb @@ -1,16 +1,13 @@ DESCRIPTION = "Entice is the E17 picture viewer" -SECTION = "e/apps" # can also depend on GIMP for editing DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11" LICENSE = "MIT" -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" PR = "r1" -SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/entice;date=${PV}" -S = "${WORKDIR}/entice" +inherit e -inherit autotools +SRC_URI = "${E_CVS};module=e17/apps/entice;date=${PV}" +S = "${WORKDIR}/entice" EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" |