dropbear: add sftp-server to rdepends

Related: SYS#6403
Change-Id: I4044a19d172c9617eecabd083cfbc04832591e6a
This commit is contained in:
Oliver Smith 2023-04-27 11:42:54 +02:00
parent fabb1a3bd9
commit 461bf8819e
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ PAM_PLUGINS = "libpam-runtime \
pam-plugin-permit \
pam-plugin-unix \
"
RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_PLUGINS}', '', d)}"
RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_PLUGINS}', '', d)} \
sftp-server \
"
inherit autotools update-rc.d systemd