summaryrefslogtreecommitdiff
path: root/packages/efl/ecore.inc
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-05-16 06:13:14 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-16 06:13:14 +0000
commitae7110b371cfa2773dc80ba545bbf5ff99440733 (patch)
tree08ff064f683bc8a2e9d58c2a1a02daffb0b0ea65 /packages/efl/ecore.inc
parent864afef4ce76d5f182a6fd5165bb1ddf73df0bd7 (diff)
efl: fix SRC_URI for m4 dirs, fix ewl compilation
Diffstat (limited to 'packages/efl/ecore.inc')
-rw-r--r--packages/efl/ecore.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/efl/ecore.inc b/packages/efl/ecore.inc
index 3e7b5299ea..cea3114dc7 100644
--- a/packages/efl/ecore.inc
+++ b/packages/efl/ecore.inc
@@ -12,7 +12,7 @@ inherit efl
SRC_URI = "http://enlightenment.freedesktop.org/files/ecore-${PV}.tar.gz \
file://configure.patch;patch=1 \
file://fix-tslib-configure.patch;patch=1 \
- cvs://anonymous@thinktux.net/root;module=e17/libs/ecore/m4;date=20060101"
+ ${E_CVS};module=e17/libs/ecore/m4;date=20060101"
S = "${WORKDIR}/ecore-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ecore"