aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssh/openssh_5.2p1.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_5.2p1.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_5.2p1.bb')
-rw-r--r--recipes/openssh/openssh_5.2p1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/openssh/openssh_5.2p1.bb b/recipes/openssh/openssh_5.2p1.bb
index 55227ca8ee..86c51bb45b 100644
--- a/recipes/openssh/openssh_5.2p1.bb
+++ b/recipes/openssh/openssh_5.2p1.bb
@@ -1,4 +1,7 @@
require openssh.inc
+
+PR = "${INC_PR}.0"
+
DEFAULT_PREFERENCE = "-1"
#not tested extensively(I tested only ssh) and it's an important recipe I'm afraid to broke
SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \