summaryrefslogtreecommitdiffstats
path: root/recipes/openssh/openssh_4.6p1.bb
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2009-07-08 18:31:35 -0400
committerMichael Smith <msmith@cbnco.com>2009-08-19 10:25:56 -0400
commite05310f4958ba6c73488d398325670704401ee70 (patch)
treea6a5e17668c941572e85ad28da4e59c63695c485 /recipes/openssh/openssh_4.6p1.bb
parent8ccde0a871832be3e6aca4f5075e8164a828d2fb (diff)
downloadopenembedded-e05310f4958ba6c73488d398325670704401ee70.tar.gz
openssh.inc: cleanup
Because of leading slashes in FILES_*, some files were being installed twice: e.g. /etc/ssh/moduli was in both openssh and openssh-sshd. Now openssh is an empty metapackage, which I think was the plan. Other cleanups: * switch to INC_PR * remove dangling slogin symlink to ssh to fix warning * remove FILES_openssh-dbg line, which had a syntax error and doesn't appear necessary to keep debug out of the openssh-misc package anymore. * rename package ssh-keygen to openssh-keygen for consistency * use ${PN} in variable names Tested with 5.2p1. Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/openssh/openssh_4.6p1.bb')
-rw-r--r--recipes/openssh/openssh_4.6p1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openssh/openssh_4.6p1.bb b/recipes/openssh/openssh_4.6p1.bb
index f5ca4de159..7fa2f0982f 100644
--- a/recipes/openssh/openssh_4.6p1.bb
+++ b/recipes/openssh/openssh_4.6p1.bb
@@ -5,4 +5,4 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.
file://ssh_config \
file://init \
"
-PR = "r6"
+PR = "${INC_PR}.0"