dropbear: depend on sftp-server

Related: SYS#6403
Change-Id: Ieb8d386d92e47cd37174e4d816c3a2126174ce72
This commit is contained in:
Oliver Smith 2023-05-03 15:59:45 +02:00
parent cc8ad7cde7
commit 9c9857bc26
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
# Not provided in our OE packages
DEPENDS_remove = "virtual/crypt"
# Install sftp-server so scp works with the SFTP protocol, which is the default
# in recent OpenSSH versions (SYS#6403)
RDEPENDS_${PN}_append = " sftp-server"
do_install_append() {
# Do not disable root login by default
echo "" > ${D}${sysconfdir}/default/dropbear