diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:45:39 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:45:39 +0000 |
| commit | dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42 (patch) | |
| tree | e8b9838dc2981038046081efe5145a4227902f7d /openembedded/conf/bitbake.conf | |
| parent | ce241d7e6d8e31411867b5f2127b02c776b39d8a (diff) | |
| download | poky-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.conf | 12 |
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())}" | |||
| 67 | DATETIME = "${DATE}${TIME}" | 67 | DATETIME = "${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 | ||
| 75 | ASSUME_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 | ||
| 273 | BOOTSTRAP_EXTRA_DEPENDS = "" | ||
| 274 | BOOTSTRAP_EXTRA_RDEPENDS = "" | 281 | BOOTSTRAP_EXTRA_RDEPENDS = "" |
| 275 | BOOTSTRAP_EXTRA_RRECOMMENDS = "" | 282 | BOOTSTRAP_EXTRA_RRECOMMENDS = "" |
| 276 | 283 | ||
| @@ -293,6 +300,7 @@ DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" | |||
| 293 | SOURCEFORGE_MIRROR = "http://heanet.dl.sourceforge.net/sourceforge" | 300 | SOURCEFORGE_MIRROR = "http://heanet.dl.sourceforge.net/sourceforge" |
| 294 | GPE_MIRROR = "http://ftp.handhelds.org/pub/projects/gpe/source" | 301 | GPE_MIRROR = "http://ftp.handhelds.org/pub/projects/gpe/source" |
| 295 | XLIBS_MIRROR = "http://xlibs.freedesktop.org/release" | 302 | XLIBS_MIRROR = "http://xlibs.freedesktop.org/release" |
| 303 | XORG_MIRROR = "http://xorg.freedesktop.org/releases" | ||
| 296 | GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" | 304 | GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" |
| 297 | FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/" | 305 | FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/" |
| 298 | HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs" | 306 | HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs" |
| @@ -309,7 +317,7 @@ RESUMECOMMAND = "" | |||
| 309 | RESUMECOMMAND_wget = "/usr/bin/env wget -c -t 5 --passive-ftp -P ${DL_DIR} ${URI}" | 317 | RESUMECOMMAND_wget = "/usr/bin/env wget -c -t 5 --passive-ftp -P ${DL_DIR} ${URI}" |
| 310 | UPDATECOMMAND = "" | 318 | UPDATECOMMAND = "" |
| 311 | UPDATECOMMAND_cvs = "/usr/bin/env cvs update -d -P ${CVSCOOPTS}" | 319 | UPDATECOMMAND_cvs = "/usr/bin/env cvs update -d -P ${CVSCOOPTS}" |
| 312 | CVSDATE = "${DATE}" | 320 | SRCDATE = "${DATE}" |
| 313 | 321 | ||
| 314 | SRC_URI = "file://${FILE}" | 322 | SRC_URI = "file://${FILE}" |
| 315 | 323 | ||
