diff options
-rw-r--r-- | conf/oe.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/oe.conf b/conf/oe.conf index 0798ffb4e2..b67291f03f 100644 --- a/conf/oe.conf +++ b/conf/oe.conf @@ -111,6 +111,7 @@ FILESDIR = "${@oe.which(oe.data.getVar('FILESPATH', d, 1), '.')}" TMPDIR = "${TOPDIR}/tmp" CACHE = "${TMPDIR}/cache" DL_DIR = "${TMPDIR}/downloads" +CVSDIR = "${DL_DIR}/cvs" STAMP = "${TMPDIR}/stamps/${PF}" WORKDIR = "${TMPDIR}/work/${PF}" |