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/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bitbake/lib/bb/fetch2/__init__.py') diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index c80760197..e8eaebe9d 100644 --- a/bitbake/lib/bb/fetch2/__init__.py +++ b/bitbake/lib/bb/fetch2/__init__.py @@ -621,7 +621,8 @@ class Fetch(object): Can also setup variables in urldata for use in go (saving code duplication and duplicate code execution) """ - return url + return os.path.join(data.getVar("DL_DIR", d, True), urldata.localfile) + def _strip_leading_slashes(self, relpath): """ Remove leading slash as os.path.join can't cope -- cgit v1.2.3