bitbake.conf: Move DL_DIR to the end of the file

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@997 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-12-04 17:05:47 +00:00
parent 67d732d513
commit 62747098a8
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,6 @@ 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"
CVSDIR = "${DL_DIR}/cvs"
SVNDIR = "${DL_DIR}/svn"
GITDIR = "${DL_DIR}/git"
@ -420,6 +419,7 @@ require conf/sanity.conf
# Weak variables (usually to retain backwards compatibility)
##################################################################
DL_DIR ?= "${TMPDIR}/downloads"
IMAGE_FSTYPES ?= "jffs2"
PCMCIA_MANAGER ?= "pcmcia-cs"
MACHINE_TASK_PROVIDER ?= "task-bootstrap"