diff mbox

[015/131] openssh: Fix DEPENDS/RDEPENDS for all packages

Message ID ae7e924c1a175fd0cc1d1c450898251f2b6e815e.1389702652.git.christian.braunersorensen@prevas.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

christian.braunersorensen@prevas.dk Jan. 14, 2014, 12:33 p.m. UTC
From: Christian Sørensen <christian.braunersorensen@prevas.dk>

Signed-off-by: Christian Sørensen <christian.braunersorensen@prevas.dk>
---
 recipes/openssh/openssh.inc | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)
diff mbox

Patch

diff --git a/recipes/openssh/openssh.inc b/recipes/openssh/openssh.inc
index 83b176c..49432c9 100644
--- a/recipes/openssh/openssh.inc
+++ b/recipes/openssh/openssh.inc
@@ -80,20 +80,10 @@  FILES_${PN}-sshd = "${sysconfdir}/init.d/sshd \
 FILES_${PN}-sshd-doc = "${mandir}/*/moduli.* ${mandir}/*/sshd_config.*"
 
 RDEPENDS_${PN} += "${AUTO_PACKAGE_UTILS_PACKAGES}"
-AUTO_PACKAGE_UTILS_RDEPENDS = "libc libgcc libdl libutil libz"
+AUTO_PACKAGE_UTILS_DEPENDS = "libc libgcc libdl libutil libz libcrypto libresolv libcrypt"
+AUTO_PACKAGE_UTILS_RDEPENDS = "libc libgcc libdl libutil libz libcrypto libresolv libcrypt"
 RDEPENDS_${PN}-sshd = "${PN}-ssh-keygen"
 
-RDEPENDS_${PN}-ssh-add           += "libcrypto"
-RDEPENDS_${PN}-ssh-agent         += "libcrypto"
-RDEPENDS_${PN}-ssh-keyscan       += "libcrypto"
-RDEPENDS_${PN}-ssh-keygen        += "libcrypto"
-RDEPENDS_${PN}-ssh-keysign       += "libcrypto"
-RDEPENDS_${PN}-scp               += "libcrypto"
-RDEPENDS_${PN}-ssh               += "libcrypto"
-RDEPENDS_${PN}-sshd              += "libcrypto"
-RDEPENDS_${PN}-sftp              += "libcrypto"
-RDEPENDS_${PN}-ssh-pkcs11-helper += "libcrypto"
-
 inherit sysvinit
 RECIPE_FLAGS = "sshd_sysvinit_start sshd_sysvinit_stop"
 DEFAULT_USE_sshd_sysvinit_start = "25"