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

Richard Purdie richard.purdie at linuxfoundation.org
Thu Jul 5 09:32:46 UTC 2018


On Tue, 2018-07-03 at 12:37 +0000, 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 satisfied by multiple providers (e.g. openssh and dropbear).
> 
> Signed-off-by: Alex Kiernan <alex.kiernan at gmail.com>
> ---
> 
> Changes in v2:
> - Depend on ssh not ${PN}-ssh so it can be satisfied by openssh or
> dropbear
> 
>  meta/recipes-connectivity/openssh/openssh_7.7p1.bb | 1 +
>  1 file changed, 1 insertion(+)

Won't this patch still introduce build time warnings?

I have to agree with Mike's comments, I'm very worried this change is
going to introduce problems for a lot of people...

Cheers,

Richard



More information about the Openembedded-core mailing list