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

Alex Kiernan alex.kiernan at gmail.com
Thu Jul 5 10:03:37 UTC 2018


On Thu, Jul 5, 2018 at 10:32 AM Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
>
> 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?
>

Yes, sorry, I intended to tag it as RFC, but clearly didn't.

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

Yeah :(

-- 
Alex Kiernan



More information about the Openembedded-core mailing list