]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: replace unused/broken E_CVS/E_URI with E_MIRROR/E_SVN used in OE
authorMartin Jansa <martin.jansa@gmail.com>
Thu, 3 Mar 2011 14:44:06 +0000 (15:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Mar 2011 17:40:48 +0000 (17:40 +0000)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 4108e2e1153ebf2d83abfa01e164b2e342e3ea33..d5f1fc5172ec903869bf25f8cdb7db05719436c4 100644 (file)
@@ -525,8 +525,8 @@ export palmqtdir = "${palmtopdir}"
 ADOBE_MIRROR = "http://fpdownload.macromedia.com/get/flashplayer/current/"
 APACHE_MIRROR = "http://www.apache.org/dist"
 DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool"
-E_CVS = "cvs://anonymous@anoncvs.enlightenment.org/var/cvs/e" 
-E_URI = "http://enlightenment.freedesktop.org/files"
+E_MIRROR = "http://download.enlightenment.org/releases"
+E_SVN = "svn://svn.enlightenment.org/svn/e"
 FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/"
 FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs"
 FREESMARTPHONE_GIT = "git://git.freesmartphone.org"