summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/cvs.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/fetch/cvs.py')
-rw-r--r--lib/bb/fetch/cvs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bb/fetch/cvs.py b/lib/bb/fetch/cvs.py
index 7935744e7..461a2f50f 100644
--- a/lib/bb/fetch/cvs.py
+++ b/lib/bb/fetch/cvs.py
@@ -60,7 +60,7 @@ class Cvs(Fetch):
date = parm['date']
else:
if not tag:
- date = data.getVar("CVSDATE", d, 1) or data.getVar("DATE", d, 1)
+ date = Fetch.getSRCDate(d)
else:
date = ""
@@ -105,7 +105,7 @@ class Cvs(Fetch):
date = parm['date']
else:
if not tag:
- date = data.getVar("CVSDATE", d, 1) or data.getVar("DATE", d, 1)
+ date = Fetch.getSRCDate(d)
else:
date = ""