diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-04-17 21:18:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-17 21:18:15 +0000 |
commit | 85df6e30d78f3fef65038d8cc320455bded469fe (patch) | |
tree | 80851532a6792aa33f030886a0cd32e815d0410b /conf | |
parent | 2e55ddf053f24aa40191555547a70b64d4023555 (diff) |
bitbake.conf: fix E_CVS entry and make E_URI appear here as well
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 48a1daf64a..983d9a60cc 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -304,7 +304,8 @@ XORG_MIRROR = "http://xorg.freedesktop.org/releases" GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/" HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs" -E_CVS = "cvs://anonymous@anoncvs.enlightenment.org:/var/cvs/e" +E_CVS = "cvs://anonymous@anoncvs.enlightenment.org/var/cvs/e" +E_URI = "http://enlightenment.freedesktop.org/files" FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs" GENTOO_MIRROR = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles" APACHE_MIRROR = "http://www.apache.org/dist" |