summaryrefslogtreecommitdiffstats
path: root/bitbake
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:03:02 +0000
commit158aee79f6f177c9f686ba929437ab340f046a5f (patch)
tree9d079ca504b8541cd8ea022e451dea9d5022116a /bitbake
parent75b82b03b0cca0beb874b2f7fac7cf446423fa4f (diff)
downloadpoky-158aee79f6f177c9f686ba929437ab340f046a5f.tar.gz
bitbake: fetch/wget: latest_versionstring remove newuri set because is previous set
(Bitbake rev: d2890c8868281cb7d89a8dc66e5db589cddb3363) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/fetch2/wget.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/fetch2/wget.py b/bitbake/lib/bb/fetch2/wget.py
index f5bdfc7f65..7841553a86 100644
--- a/bitbake/lib/bb/fetch2/wget.py
+++ b/bitbake/lib/bb/fetch2/wget.py
@@ -365,8 +365,6 @@ class Wget(FetchMethod):
365 else: 365 else:
366 newuri = newpath 366 newuri = newpath
367 367
368 # generate the new uri with the appropriate latest directory
369 newuri = regex_uri or bb.fetch.encodeurl([ud.type, ud.host, newpath, ud.user, ud.pswd, {}])
370 newversion = self._check_latest_version(newuri, package, 368 newversion = self._check_latest_version(newuri, package,
371 current_version, ud, d) 369 current_version, ud, d)
372 while not newversion: 370 while not newversion: