From e0300eab55fc795b6b8a533fc2cfc6d4f71470db Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 27 Apr 2023 11:42:54 +0200 Subject: [PATCH] dropber: 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 b6b436c..5c5b7fd 100644 --- a/recipes-core/dropbear/dropbear.inc +++ b/recipes-core/dropbear/dropbear.inc @@ -33,7 +33,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