diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-05-16 06:13:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-16 06:13:14 +0000 |
commit | ae7110b371cfa2773dc80ba545bbf5ff99440733 (patch) | |
tree | 08ff064f683bc8a2e9d58c2a1a02daffb0b0ea65 /packages/efl/evas.inc | |
parent | 864afef4ce76d5f182a6fd5165bb1ddf73df0bd7 (diff) |
efl: fix SRC_URI for m4 dirs, fix ewl compilation
Diffstat (limited to 'packages/efl/evas.inc')
-rw-r--r-- | packages/efl/evas.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/efl/evas.inc b/packages/efl/evas.inc index 07574daa38..e93803982e 100644 --- a/packages/efl/evas.inc +++ b/packages/efl/evas.inc @@ -13,7 +13,7 @@ export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config${@binconfig_suffix( SRC_URI = "http://enlightenment.freedesktop.org/files/evas-${PV}.tar.gz \ file://fix-configure-${PV}.patch;patch=1 \ - cvs://anonymous@thinktux.net/root;module=e17/libs/evas/m4;date=20060101" + ${E_CVS};module=e17/libs/evas/m4;date=20060101" S = "${WORKDIR}/evas-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/evas" |