From e05918937c515dff845fcb4c9e94f8ecbea8c957 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Tue, 18 Jan 2011 23:03:53 +0800 Subject: bb.fetch2: rename "go" with "download" to better reflect its functionality no functional change Signed-off-by: Yu Ke --- bitbake/lib/bb/fetch2/ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/fetch2/ssh.py') diff --git a/bitbake/lib/bb/fetch2/ssh.py b/bitbake/lib/bb/fetch2/ssh.py index 8b283222b..78f55a6e9 100644 --- a/bitbake/lib/bb/fetch2/ssh.py +++ b/bitbake/lib/bb/fetch2/ssh.py @@ -74,7 +74,7 @@ class SSH(Fetch): lpath = os.path.join(data.getVar('DL_DIR', d, True), host, os.path.basename(path)) return lpath - def go(self, url, urldata, d): + def download(self, url, urldata, d): dldir = data.getVar('DL_DIR', d, 1) m = __pattern__.match(url) -- cgit v1.2.3