diff options
-rw-r--r-- | meta/recipes-core/dropbear/dropbear.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index 9fec09e919..947a491679 100644 --- a/meta/recipes-core/dropbear/dropbear.inc +++ b/meta/recipes-core/dropbear/dropbear.inc | |||
@@ -27,6 +27,13 @@ PAM_SRC_URI = "file://0005-dropbear-enable-pam.patch \ | |||
27 | file://0006-dropbear-configuration-file.patch \ | 27 | file://0006-dropbear-configuration-file.patch \ |
28 | file://dropbear" | 28 | file://dropbear" |
29 | 29 | ||
30 | PAM_PLUGINS = "libpam-runtime \ | ||
31 | pam-plugin-deny \ | ||
32 | pam-plugin-permit \ | ||
33 | pam-plugin-unix \ | ||
34 | " | ||
35 | RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_PLUGINS}', '', d)}" | ||
36 | |||
30 | inherit autotools update-rc.d systemd | 37 | inherit autotools update-rc.d systemd |
31 | 38 | ||
32 | INITSCRIPT_NAME = "dropbear" | 39 | INITSCRIPT_NAME = "dropbear" |