From bd7efd64b7bf8984838d6a85af6013dade9572cd 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/dropbear/dropbear.inc b/recipes-core/dropbear/dropbear.inc index b6b436c..8b6e51f 100644 --- a/recipes-core/dropbear/dropbear.inc +++ b/recipes-core/dropbear/dropbear.inc @@ -33,7 +33,8 @@ 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