]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Move DL_DIR to the end of the file
authorRichard Purdie <richard@openedhand.com>
Mon, 4 Dec 2006 17:05:47 +0000 (17:05 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 4 Dec 2006 17:05:47 +0000 (17:05 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@997 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/bitbake.conf

index 9f77c82e0692126913eaf1ff47ad842060bb179c..d2be2cb1e4107e757c93645f4ff1843666fa810c 100644 (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"