diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-24 16:21:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-24 16:21:30 +0000 |
commit | 48546b8dbfc9bd50e1c4057b90d5765fbbe86fd4 (patch) | |
tree | c2888825cf0a7215e10e4fad6dfaada1a110bf27 /classes/efl.bbclass | |
parent | c4e8f04b905425b714041149e74fb7d3492e41a3 (diff) | |
download | openembedded-48546b8dbfc9bd50e1c4057b90d5765fbbe86fd4.tar.gz |
Enlightenment Foundation Libraries MONSTER update courtesy Rasterman
(mostly motivated by E switching their SCM)
Diffstat (limited to 'classes/efl.bbclass')
-rw-r--r-- | classes/efl.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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" |