Re: [OE-core] [OE-Core][PATCH v2] openssh: Add dependency on ssh for sftp

2018-07-05 Thread Alex Kiernan
On Thu, Jul 5, 2018 at 10:32 AM Richard Purdie wrote: > > On Tue, 2018-07-03 at 12:37 +, Alex Kiernan wrote: > > Add missing dependency on the ssh binary for the sftp client to avoid > > failure at runtime if it's not been installed through another > > dependency > > chain. > > > > This introd

Re: [OE-core] [OE-Core][PATCH v2] openssh: Add dependency on ssh for sftp

2018-07-05 Thread Richard Purdie
On Tue, 2018-07-03 at 12:37 +, Alex Kiernan wrote: > Add missing dependency on the ssh binary for the sftp client to avoid > failure at runtime if it's not been installed through another > dependency > chain. > > This introduces a note if PREFERRED_RPROVIDER_ssh is not set and it > can be sati

[OE-core] [OE-Core][PATCH v2] openssh: Add dependency on ssh for sftp

2018-07-03 Thread Alex Kiernan
Add missing dependency on the ssh binary for the sftp client to avoid failure at runtime if it's not been installed through another dependency chain. This introduces a note if PREFERRED_RPROVIDER_ssh is not set and it can be satisfied by multiple providers (e.g. openssh and dropbear). Signed-off-