diff options
Diffstat (limited to 'recipes/openssh')
-rw-r--r-- | recipes/openssh/openssh.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/openssh/openssh.inc b/recipes/openssh/openssh.inc index 086c9015ad..9e4ca1467e 100644 --- a/recipes/openssh/openssh.inc +++ b/recipes/openssh/openssh.inc @@ -2,6 +2,7 @@ DEPENDS = "zlib openssl" RCONFLICTS_${PN} = "dropbear" RCONFLICTS_${PN}-sshd = "dropbear" +RCONFLICTS_${PN}-keygen = "ssh-keygen" SECTION = "console/network" DESCRIPTION = "Secure rlogin/rsh/rcp/telnet replacement (OpenSSH) \ @@ -15,7 +16,7 @@ used to provide applications with a secure communication channel." HOMEPAGE = "http://www.openssh.org/" LICENSE = "BSD" -INC_PR = "r7" +INC_PR = "r8" inherit autotools |