diff --git a/recipes-core/dropbear/dropbear_%.bbappend b/recipes-core/dropbear/dropbear_%.bbappend index 7217feb..08eccfd 100644 --- a/recipes-core/dropbear/dropbear_%.bbappend +++ b/recipes-core/dropbear/dropbear_%.bbappend @@ -1,6 +1,10 @@ # Remove "virtual/crypt" from depends, as it isn't provided in our OE packages DEPENDS = "zlib" +# Install sftp-server so scp works with the SFTP protocol, which is the default +# in recent OpenSSH versions (SYS#6403) +RDEPENDS_${PN} = "sftp-server" + do_install_append() { # Do not disable root login by default echo "" > ${D}${sysconfdir}/default/dropbear