diff options
author | Koen Kooi <koen@openembedded.org> | 2005-10-31 20:56:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-31 20:56:15 +0000 |
commit | 82bcb2fe857aa8402ca9a13cd97b671849da6548 (patch) | |
tree | f9455e7c016b0465643285eb75dc0973b9274daa /conf | |
parent | efa4ca148bc67bafbe3b39910e4eb0872769e977 (diff) |
lots of files: use ${HANDHELDS_CVS} and update bitbake.conf to use anoncvs.handhelds.org
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 3ad1b703f5..06d9e61ac5 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -295,7 +295,7 @@ GPE_MIRROR = "http://ftp.handhelds.org/pub/projects/gpe/source" XLIBS_MIRROR = "http://xlibs.freedesktop.org/release" GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/" -HANDHELDS_CVS = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs" +HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs" # You can use the mirror of your country to get faster downloads by putting # export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool" |