aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-01-28 09:58:11 +0100
committerThomas Zimmermann <zimmermann@vdm-design.de>2011-01-30 11:42:27 +0100
commitef3149b93aa168d8c0f99300c7a43137c57eaa8c (patch)
tree7c9d720dfa0d80c17740c4dd9f43183df550b768 /conf
parentc0ac5eb31753b27cd8c18d97e8c63c1d2f33ccc9 (diff)
downloadopenembedded-ef3149b93aa168d8c0f99300c7a43137c57eaa8c.tar.gz
e-base: prepare for releases
* bump EFL_SRCREV a bit to current HEAD * introduce EFL_SRCREV_1.0.0 for recipes which don't need SRCREV change so often like stuff from OLD and BROKEN dirs and themes * move SRC_URI and S settings from bbclass to svn recipes * replace E_CVS and E_URI with E_SVN and E_MIRROR * PV/PR will be updated in following patches for individual recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/bitbake.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index f1dc0ff682..7b153f9f24 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -539,8 +539,8 @@ OE_STRICT_CHECKSUMS ?= "1"
ADOBE_MIRROR = "http://fpdownload.macromedia.com/get/flashplayer/current/"
APACHE_MIRROR = "http://archive.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"