diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-23 22:22:42 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-23 22:22:42 +0000 |
commit | c270f959b2862c314ad21ada6c3b4a64d4e90d0b (patch) | |
tree | 0812ee47299df951541b01449fee61a0e9e10a1f | |
parent | c4232e1af6c101b9b67fcd51b9988aefa4bb03ba (diff) |
add CVSDIR
BKrev: 417ad9b2jHgVvHqr1AnR2FxNgrlLxg
-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}" |