mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
75b82b03b0
commit
158aee79f6
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user