diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-03-03 15:44:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-23 15:43:48 +0000 |
commit | 26615658439baab3f8609af8bfaad24344178179 (patch) | |
tree | 8496ca42114f308227913a7e2907e616c92c720f /meta/conf/bitbake.conf | |
parent | a295a0442ea05e1a5cca01dc78eb9663ea3125d8 (diff) | |
download | poky-26615658439baab3f8609af8bfaad24344178179.tar.gz |
bitbake.conf: replace unused/broken E_CVS/E_URI with E_MIRROR/E_SVN used in OE
(From OE-Core rev: 66e6837b536859bcf940380cfcdf50670790d889)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 4108e2e115..d5f1fc5172 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -525,8 +525,8 @@ export palmqtdir = "${palmtopdir}" | |||
525 | ADOBE_MIRROR = "http://fpdownload.macromedia.com/get/flashplayer/current/" | 525 | ADOBE_MIRROR = "http://fpdownload.macromedia.com/get/flashplayer/current/" |
526 | APACHE_MIRROR = "http://www.apache.org/dist" | 526 | APACHE_MIRROR = "http://www.apache.org/dist" |
527 | DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" | 527 | DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" |
528 | E_CVS = "cvs://anonymous@anoncvs.enlightenment.org/var/cvs/e" | 528 | E_MIRROR = "http://download.enlightenment.org/releases" |
529 | E_URI = "http://enlightenment.freedesktop.org/files" | 529 | E_SVN = "svn://svn.enlightenment.org/svn/e" |
530 | FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/" | 530 | FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/" |
531 | FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs" | 531 | FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs" |
532 | FREESMARTPHONE_GIT = "git://git.freesmartphone.org" | 532 | FREESMARTPHONE_GIT = "git://git.freesmartphone.org" |