]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
packagegroup-core-ssh-dropbear: Add openssh-sftp-server recommendation
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Jun 2022 13:41:44 +0000 (14:41 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 7 Jul 2022 16:42:41 +0000 (06:42 -1000)
Seems sad to have to do this but openssh is moving to use sftp instead
of scp to move files. This means scp from Fedora 36 will no longer be
able to move files to/from a dropbear based image. This breaks a number
of our key QA tests and I suspect will cause users pain too.

The sftp server from openssh is small (200kb uncompressed) and standalone
so adding it to the packagegroup seems to be the best way to preserve user
sanity. If people really don't want it, they can just use dropbear instead
of the packageground.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a98188e83b2c027d99cc38e3367e1ec2a98efbb0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb

index 5ec3f6c92798fa0f1e2013a529f911170edb074c..5523f874dbbacbeec8fa04d807a16862cd3f0394 100644 (file)
@@ -4,3 +4,4 @@ PR = "r1"
 inherit packagegroup
 
 RDEPENDS_${PN} = "dropbear"
+RRECOMMENDS_${PN} = "openssh-sftp-server"