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
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
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-