[OE-core] [PATCH v2 0/1] wget: Add --ssh-askpass support

Liam R. Howlett Liam.Howlett at windriver.com
Wed Aug 17 19:05:10 UTC 2016


This adds the --ssh-askpass=COMMAND option which is disabled by default.

--use-askpass=COMMAND will request the username and password for a given
URL by executing the external program COMMAND.  If COMMAND is left
blank, then the external program in the environment variable
WGET_ASKPASS will be used.  If WGET_ASKPASS is not set then the
environment variable SSH_ASKPASS is used.  If there is no value set, an
error is returned.  If an error occurs requesting the username or
password, wget will exit.

Signed-off-by: Liam R. Howlett <Liam.Howlett at WindRiver.com>

Liam R. Howlett (1):
  wget: Add --ssh-askpass support

 .../0001-Add-use-askpass-COMMAND-support.patch     | 355 +++++++++++++++++++++
 meta/recipes-extended/wget/wget_1.18.bb            |   1 +
 2 files changed, 356 insertions(+)
 create mode 100644 meta/recipes-extended/wget/wget/0001-Add-use-askpass-COMMAND-support.patch

-- 
1.9.1



More information about the Openembedded-core mailing list