From 5a52cb80d6d62c704692ad6cfa93426c4a17bc52 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 3 Feb 2011 21:20:39 +0000 Subject: bitbake/fetch2: Define a sane localpath function and remove code duplication Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/cvs.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'bitbake/lib/bb/fetch2/cvs.py') diff --git a/bitbake/lib/bb/fetch2/cvs.py b/bitbake/lib/bb/fetch2/cvs.py index 6a7cdf2a89..907812d717 100644 --- a/bitbake/lib/bb/fetch2/cvs.py +++ b/bitbake/lib/bb/fetch2/cvs.py @@ -65,9 +65,6 @@ class Cvs(Fetch): ud.localfile = data.expand('%s_%s_%s_%s%s%s.tar.gz' % (ud.module.replace('/', '.'), ud.host, ud.tag, ud.date, norecurse, fullpath), d) - def localpath(self, url, ud, d): - return os.path.join(data.getVar("DL_DIR", d, True), ud.localfile) - def forcefetch(self, url, ud, d): if (ud.date == "now"): return True -- cgit v1.2.3