diff options
| -rw-r--r-- | bitbake-dev/lib/bb/fetch/wget.py | 2 | ||||
| -rw-r--r-- | bitbake/lib/bb/fetch/wget.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake-dev/lib/bb/fetch/wget.py b/bitbake-dev/lib/bb/fetch/wget.py index 84ea81d87a..88193755d1 100644 --- a/bitbake-dev/lib/bb/fetch/wget.py +++ b/bitbake-dev/lib/bb/fetch/wget.py | |||
| @@ -61,7 +61,7 @@ class Wget(Fetch): | |||
| 61 | fetchcmd = data.getVar("FETCHCOMMAND", d, 1) | 61 | fetchcmd = data.getVar("FETCHCOMMAND", d, 1) |
| 62 | 62 | ||
| 63 | bb.msg.note(1, bb.msg.domain.Fetcher, "fetch " + uri) | 63 | bb.msg.note(1, bb.msg.domain.Fetcher, "fetch " + uri) |
| 64 | fetchcmd = fetchcmd.replace("${URI}", uri) | 64 | fetchcmd = fetchcmd.replace("${URI}", uri.split(";")[0]) |
| 65 | fetchcmd = fetchcmd.replace("${FILE}", ud.basename) | 65 | fetchcmd = fetchcmd.replace("${FILE}", ud.basename) |
| 66 | httpproxy = data.getVar("http_proxy", d, True) | 66 | httpproxy = data.getVar("http_proxy", d, True) |
| 67 | ftpproxy = data.getVar("ftp_proxy", d, True) | 67 | ftpproxy = data.getVar("ftp_proxy", d, True) |
diff --git a/bitbake/lib/bb/fetch/wget.py b/bitbake/lib/bb/fetch/wget.py index 84ea81d87a..88193755d1 100644 --- a/bitbake/lib/bb/fetch/wget.py +++ b/bitbake/lib/bb/fetch/wget.py | |||
| @@ -61,7 +61,7 @@ class Wget(Fetch): | |||
| 61 | fetchcmd = data.getVar("FETCHCOMMAND", d, 1) | 61 | fetchcmd = data.getVar("FETCHCOMMAND", d, 1) |
| 62 | 62 | ||
| 63 | bb.msg.note(1, bb.msg.domain.Fetcher, "fetch " + uri) | 63 | bb.msg.note(1, bb.msg.domain.Fetcher, "fetch " + uri) |
| 64 | fetchcmd = fetchcmd.replace("${URI}", uri) | 64 | fetchcmd = fetchcmd.replace("${URI}", uri.split(";")[0]) |
| 65 | fetchcmd = fetchcmd.replace("${FILE}", ud.basename) | 65 | fetchcmd = fetchcmd.replace("${FILE}", ud.basename) |
| 66 | httpproxy = data.getVar("http_proxy", d, True) | 66 | httpproxy = data.getVar("http_proxy", d, True) |
| 67 | ftpproxy = data.getVar("ftp_proxy", d, True) | 67 | ftpproxy = data.getVar("ftp_proxy", d, True) |
