diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-23 12:12:14 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-23 12:12:14 +0000 |
commit | eeb1bee524d740b83ad244513e8d8074538b7420 (patch) | |
tree | 3949187093ccffbc136501946769d97a5a5daaf2 /meta/conf | |
parent | 91509a0519880e6b245d26fb85459660d7b0cbe4 (diff) | |
download | poky-eeb1bee524d740b83ad244513e8d8074538b7420.tar.gz |
bitbake.conf: Allow DL_DIR to be set by the environment
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@946 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e5a8b76273..21d68801e7 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -143,7 +143,7 @@ FILESDIR = "${@bb.which(bb.data.getVar('FILESPATH', d, 1), '.')}" | |||
143 | 143 | ||
144 | TMPDIR = "${TOPDIR}/tmp" | 144 | TMPDIR = "${TOPDIR}/tmp" |
145 | CACHE = "${TMPDIR}/cache${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}" | 145 | CACHE = "${TMPDIR}/cache${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}" |
146 | DL_DIR = "${TMPDIR}/downloads" | 146 | DL_DIR ?= "${TMPDIR}/downloads" |
147 | CVSDIR = "${DL_DIR}/cvs" | 147 | CVSDIR = "${DL_DIR}/cvs" |
148 | SVNDIR = "${DL_DIR}/svn" | 148 | SVNDIR = "${DL_DIR}/svn" |
149 | GITDIR = "${DL_DIR}/git" | 149 | GITDIR = "${DL_DIR}/git" |