From 461bf8819e693ff48a44ef129ada19ee9d75c187 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 27 Apr 2023 11:42:54 +0200 Subject: [PATCH] dropbear: add sftp-server to rdepends Related: SYS#6403 Change-Id: I4044a19d172c9617eecabd083cfbc04832591e6a --- recipes-core/dropbear/dropbear.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-core/dropbear/dropbear.inc b/recipes-core/dropbear/dropbear.inc index 7f0afa6..d04afe7 100644 --- a/recipes-core/dropbear/dropbear.inc +++ b/recipes-core/dropbear/dropbear.inc @@ -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