diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-01-31 10:39:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-31 10:39:24 +0000 |
commit | 85a5322d1ad45a81648b2c701ba6940f26156fc4 (patch) | |
tree | 56f2d6d5c54da376a1c52a483cffe22c77a167e6 | |
parent | bf56c6de2afde559bd574d8a5b4238d883214f90 (diff) |
bitbake.conf: add XORG_MIRROR
-rw-r--r-- | conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 8682b46d4c..89ab4ff924 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -300,6 +300,7 @@ DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" SOURCEFORGE_MIRROR = "http://heanet.dl.sourceforge.net/sourceforge" GPE_MIRROR = "http://ftp.handhelds.org/pub/projects/gpe/source" XLIBS_MIRROR = "http://xlibs.freedesktop.org/release" +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" |