From 7a5fda233c8cf37fc0338f13229703b0f837a1f0 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Fri, 8 Sep 2006 21:35:51 +0000 Subject: conf/bitbake.conf: Add a SVNDIR similiar to GITDIR and CVSDIR as well --- conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/bitbake.conf b/conf/bitbake.conf index f02259ddc5..fe0ff05e13 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -137,6 +137,7 @@ TMPDIR = "${TOPDIR}/tmp" CACHE = "${TMPDIR}/cache" DL_DIR = "${TMPDIR}/downloads" CVSDIR = "${DL_DIR}/cvs" +SVNDIR = "${DL_DIR}/svn" GITDIR = "${DL_DIR}/git" STAMP = "${TMPDIR}/stamps/${PF}" -- cgit v1.2.3