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
This commit is contained in:
Richard Purdie 2006-11-23 12:12:14 +00:00
parent 91509a0519
commit eeb1bee524
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ FILESDIR = "${@bb.which(bb.data.getVar('FILESPATH', d, 1), '.')}"
TMPDIR = "${TOPDIR}/tmp"
CACHE = "${TMPDIR}/cache${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}"
DL_DIR = "${TMPDIR}/downloads"
DL_DIR ?= "${TMPDIR}/downloads"
CVSDIR = "${DL_DIR}/cvs"
SVNDIR = "${DL_DIR}/svn"
GITDIR = "${DL_DIR}/git"