aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-08-24 16:21:30 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-08-24 16:21:30 +0000
commit48546b8dbfc9bd50e1c4057b90d5765fbbe86fd4 (patch)
treec2888825cf0a7215e10e4fad6dfaada1a110bf27 /classes
parentc4e8f04b905425b714041149e74fb7d3492e41a3 (diff)
downloadopenembedded-48546b8dbfc9bd50e1c4057b90d5765fbbe86fd4.tar.gz
Enlightenment Foundation Libraries MONSTER update courtesy Rasterman
(mostly motivated by E switching their SCM)
Diffstat (limited to 'classes')
-rw-r--r--classes/e.bbclass2
-rw-r--r--classes/efl.bbclass2
2 files changed, 2 insertions, 2 deletions
diff --git a/classes/e.bbclass b/classes/e.bbclass
index 3fb2355bc9..14199aaf0d 100644
--- a/classes/e.bbclass
+++ b/classes/e.bbclass
@@ -1,6 +1,6 @@
HOMEPAGE = "http://www.enlightenment.org"
SECTION = "e/apps"
-SRC_URI = "${E_CVS};module=e17/apps/${SRCNAME}"
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http"
S = "${WORKDIR}/${SRCNAME}"
inherit autotools pkgconfig binconfig
diff --git a/classes/efl.bbclass b/classes/efl.bbclass
index ab73a3cf01..bc4d9fe84b 100644
--- a/classes/efl.bbclass
+++ b/classes/efl.bbclass
@@ -2,7 +2,7 @@ SECTION = "e/libs"
HOMEPAGE = "http://www.enlightenment.org"
LICENSE = "MIT BSD"
SRCNAME = "${@bb.data.getVar('PN', d, 1).replace('-native', '')}"
-SRC_URI = "${E_CVS};module=e17/libs/${SRCNAME}"
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http"
S = "${WORKDIR}/${SRCNAME}"
DEPENDS += "pkgconfig-native"