summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/bitbake.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-10 11:45:39 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-10 11:45:39 +0000
commitdd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42 (patch)
treee8b9838dc2981038046081efe5145a4227902f7d /openembedded/conf/bitbake.conf
parentce241d7e6d8e31411867b5f2127b02c776b39d8a (diff)
downloadpoky-dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42.tar.gz
Pull conf file updates from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@270 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/bitbake.conf')
-rw-r--r--openembedded/conf/bitbake.conf12
1 files changed, 10 insertions, 2 deletions
diff --git a/openembedded/conf/bitbake.conf b/openembedded/conf/bitbake.conf
index 06d9e61ac5..89ab4ff924 100644
--- a/openembedded/conf/bitbake.conf
+++ b/openembedded/conf/bitbake.conf
@@ -67,6 +67,14 @@ TIME := "${@time.strftime('%H%M%S',time.gmtime())}"
67DATETIME = "${DATE}${TIME}" 67DATETIME = "${DATE}${TIME}"
68 68
69################################################################## 69##################################################################
70# Openembedded Software Prerequisites.
71##################################################################
72
73# python-native should be here but python relies on building
74# its own in staging
75ASSUME_PROVIDED = "cvs-native svn-native"
76
77##################################################################
70# Package default variables. 78# Package default variables.
71################################################################## 79##################################################################
72 80
@@ -270,7 +278,6 @@ BUILD_OPTIMIZATION = "-O2"
270# Bootstrap stuff. 278# Bootstrap stuff.
271################################################################## 279##################################################################
272 280
273BOOTSTRAP_EXTRA_DEPENDS = ""
274BOOTSTRAP_EXTRA_RDEPENDS = "" 281BOOTSTRAP_EXTRA_RDEPENDS = ""
275BOOTSTRAP_EXTRA_RRECOMMENDS = "" 282BOOTSTRAP_EXTRA_RRECOMMENDS = ""
276 283
@@ -293,6 +300,7 @@ DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool"
293SOURCEFORGE_MIRROR = "http://heanet.dl.sourceforge.net/sourceforge" 300SOURCEFORGE_MIRROR = "http://heanet.dl.sourceforge.net/sourceforge"
294GPE_MIRROR = "http://ftp.handhelds.org/pub/projects/gpe/source" 301GPE_MIRROR = "http://ftp.handhelds.org/pub/projects/gpe/source"
295XLIBS_MIRROR = "http://xlibs.freedesktop.org/release" 302XLIBS_MIRROR = "http://xlibs.freedesktop.org/release"
303XORG_MIRROR = "http://xorg.freedesktop.org/releases"
296GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" 304GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
297FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/" 305FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/"
298HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs" 306HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs"
@@ -309,7 +317,7 @@ RESUMECOMMAND = ""
309RESUMECOMMAND_wget = "/usr/bin/env wget -c -t 5 --passive-ftp -P ${DL_DIR} ${URI}" 317RESUMECOMMAND_wget = "/usr/bin/env wget -c -t 5 --passive-ftp -P ${DL_DIR} ${URI}"
310UPDATECOMMAND = "" 318UPDATECOMMAND = ""
311UPDATECOMMAND_cvs = "/usr/bin/env cvs update -d -P ${CVSCOOPTS}" 319UPDATECOMMAND_cvs = "/usr/bin/env cvs update -d -P ${CVSCOOPTS}"
312CVSDATE = "${DATE}" 320SRCDATE = "${DATE}"
313 321
314SRC_URI = "file://${FILE}" 322SRC_URI = "file://${FILE}"
315 323