diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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}" |