summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/fetch2/hg.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-03 21:20:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-07 09:06:35 +0000
commit5a52cb80d6d62c704692ad6cfa93426c4a17bc52 (patch)
tree94de3110a7575c5f10a89466ca0810e19021a227 /bitbake/lib/bb/fetch2/hg.py
parent972eb5fababb33b5537fcfbbaf8e33ea820f0fee (diff)
downloadopenembedded-core-5a52cb80d6d62c704692ad6cfa93426c4a17bc52.tar.gz
openembedded-core-5a52cb80d6d62c704692ad6cfa93426c4a17bc52.tar.bz2
openembedded-core-5a52cb80d6d62c704692ad6cfa93426c4a17bc52.tar.xz
openembedded-core-5a52cb80d6d62c704692ad6cfa93426c4a17bc52.zip
bitbake/fetch2: Define a sane localpath function and remove code duplication
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/fetch2/hg.py')
-rw-r--r--bitbake/lib/bb/fetch2/hg.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/fetch2/hg.py b/bitbake/lib/bb/fetch2/hg.py
index 53eeea9a8..6929d971f 100644
--- a/bitbake/lib/bb/fetch2/hg.py
+++ b/bitbake/lib/bb/fetch2/hg.py
@@ -68,9 +68,6 @@ class Hg(Fetch):
revTag = ud.parm.get('rev', 'tip')
return revTag == "tip"
- def localpath(self, url, ud, d):
- return os.path.join(data.getVar("DL_DIR", d, True), ud.localfile)
-
def _buildhgcommand(self, ud, d, command):
"""
Build up an hg commandline based on ud