diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-09 15:44:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-09 15:44:08 +0000 |
commit | 27dba1e6247ae48349aee1bce141a9eefaafaad1 (patch) | |
tree | 822235005ccbd2707f7874ad680dedc4df36760c /bitbake/conf | |
parent | ed234aca98d0867c7b32801fc63820b19cf67df9 (diff) | |
download | poky-27dba1e6247ae48349aee1bce141a9eefaafaad1.tar.gz |
Update to bitbake 1.4.2 (latest stable branch release). This includes the caching speedups
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@371 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/conf')
-rw-r--r-- | bitbake/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/conf/bitbake.conf b/bitbake/conf/bitbake.conf index fd216a3261..d288fee78f 100644 --- a/bitbake/conf/bitbake.conf +++ b/bitbake/conf/bitbake.conf | |||
@@ -51,5 +51,5 @@ T = "${WORKDIR}/temp" | |||
51 | TARGET_ARCH = "${BUILD_ARCH}" | 51 | TARGET_ARCH = "${BUILD_ARCH}" |
52 | TMPDIR = "${TOPDIR}/tmp" | 52 | TMPDIR = "${TOPDIR}/tmp" |
53 | UPDATECOMMAND = "" | 53 | UPDATECOMMAND = "" |
54 | UPDATECOMMAND_cvs = "/usr/bin/env cvs update ${CVSCOOPTS}" | 54 | UPDATECOMMAND_cvs = "/usr/bin/env cvs -d${CVSROOT} update ${CVSCOOPTS}" |
55 | WORKDIR = "${TMPDIR}/work/${PF}" | 55 | WORKDIR = "${TMPDIR}/work/${PF}" |