aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2014-11-27 15:46:12 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-28 14:01:46 +0000
commitd2890c8868281cb7d89a8dc66e5db589cddb3363 (patch)
tree52612aa054a4e76b211575292906d8a05939419d /lib
parent4fa8542a8880d5749fbb3382706e011b012024d0 (diff)
downloadbitbake-d2890c8868281cb7d89a8dc66e5db589cddb3363.tar.gz
fetch/wget: latest_versionstring remove newuri set because is previous set
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/bb/fetch2/wget.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bb/fetch2/wget.py b/lib/bb/fetch2/wget.py
index f5bdfc7f6..7841553a8 100644
--- a/lib/bb/fetch2/wget.py
+++ b/lib/bb/fetch2/wget.py
@@ -365,8 +365,6 @@ class Wget(FetchMethod):
else:
newuri = newpath
- # generate the new uri with the appropriate latest directory
- newuri = regex_uri or bb.fetch.encodeurl([ud.type, ud.host, newpath, ud.user, ud.pswd, {}])
newversion = self._check_latest_version(newuri, package,
current_version, ud, d)
while not newversion: