commit | 8014fabb5d587d31c9ac058116a93eed7369a7d6 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Oct 09 13:08:54 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 15 11:38:44 2024 -0600 |
tree | 16823bf5d0d86a2ddf90e03aa610a0312e9e0a53 | |
parent | bbfa4587b5bdc465dc0c9a739591674b7eedb104 [diff] |
net/wget: set filesize After downloading a file with wget the file size may be needed in follow up actions, e.g. * write file to device * calculate hash Let wget set the environment variable filesize. Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>