summaryrefslogtreecommitdiffstats
path: root/openembedded/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-27 13:19:19 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-27 13:19:19 +0000
commit03026fcdfd7a07881d73755e61740cf48ffb281a (patch)
treeb67780b8d389eddd12e8e2eea91632ec5badaab0 /openembedded/conf
parent3ddfbc771904e34273bea4a829fbf3ce1f13be30 (diff)
downloadpoky-03026fcdfd7a07881d73755e61740cf48ffb281a.tar.gz
Bitbake conf updates from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@295 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf')
-rw-r--r--openembedded/conf/bitbake.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/conf/bitbake.conf b/openembedded/conf/bitbake.conf
index 1b567fe521..71dc101f0f 100644
--- a/openembedded/conf/bitbake.conf
+++ b/openembedded/conf/bitbake.conf
@@ -72,7 +72,7 @@ DATETIME = "${DATE}${TIME}"
72 72
73# python-native should be here but python relies on building 73# python-native should be here but python relies on building
74# its own in staging 74# its own in staging
75ASSUME_PROVIDED = "cvs-native svn-native bzip2-native patch-native diffstat-native" 75ASSUME_PROVIDED = "cvs-native svn-native bzip2-native diffstat-native patch-native python-native-runtime perl-native-runtime"
76 76
77################################################################## 77##################################################################
78# Package default variables. 78# Package default variables.
@@ -304,6 +304,8 @@ XORG_MIRROR = "http://xorg.freedesktop.org/releases"
304GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" 304GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
305FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/" 305FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/"
306HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs" 306HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs"
307FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs"
308GENTOO_MIRROR = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles"
307 309
308# You can use the mirror of your country to get faster downloads by putting 310# You can use the mirror of your country to get faster downloads by putting
309# export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool" 311# export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool"