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 0008a28700..442fc3e489 100644 --- a/bitbake-dev/lib/bb/fetch/wget.py +++ b/bitbake-dev/lib/bb/fetch/wget.py | |||
@@ -66,7 +66,7 @@ class Wget(Fetch): | |||
66 | uri_host = uri_decoded[1] | 66 | uri_host = uri_decoded[1] |
67 | 67 | ||
68 | bb.msg.note(1, bb.msg.domain.Fetcher, "fetch " + uri) | 68 | bb.msg.note(1, bb.msg.domain.Fetcher, "fetch " + uri) |
69 | fetchcmd = fetchcmd.replace("${URI}", uri) | 69 | fetchcmd = fetchcmd.replace("${URI}", uri.split(";")[0]) |
70 | fetchcmd = fetchcmd.replace("${FILE}", ud.basename) | 70 | fetchcmd = fetchcmd.replace("${FILE}", ud.basename) |
71 | httpproxy = None | 71 | httpproxy = None |
72 | ftpproxy = None | 72 | ftpproxy = None |
diff --git a/bitbake/lib/bb/fetch/wget.py b/bitbake/lib/bb/fetch/wget.py index 0008a28700..442fc3e489 100644 --- a/bitbake/lib/bb/fetch/wget.py +++ b/bitbake/lib/bb/fetch/wget.py | |||
@@ -66,7 +66,7 @@ class Wget(Fetch): | |||
66 | uri_host = uri_decoded[1] | 66 | uri_host = uri_decoded[1] |
67 | 67 | ||
68 | bb.msg.note(1, bb.msg.domain.Fetcher, "fetch " + uri) | 68 | bb.msg.note(1, bb.msg.domain.Fetcher, "fetch " + uri) |
69 | fetchcmd = fetchcmd.replace("${URI}", uri) | 69 | fetchcmd = fetchcmd.replace("${URI}", uri.split(";")[0]) |
70 | fetchcmd = fetchcmd.replace("${FILE}", ud.basename) | 70 | fetchcmd = fetchcmd.replace("${FILE}", ud.basename) |
71 | httpproxy = None | 71 | httpproxy = None |
72 | ftpproxy = None | 72 | ftpproxy = None |