diff options
author | Michael Smith <msmith@cbnco.com> | 2009-08-04 10:28:14 -0400 |
---|---|---|
committer | Michael Smith <msmith@cbnco.com> | 2009-08-19 10:26:07 -0400 |
commit | 9a29a0aea3b419b963821d31da12e690d2bfc058 (patch) | |
tree | 774fd931020a8d10e0334caf71f455ce13a0e4de /recipes/openssh | |
parent | e05310f4958ba6c73488d398325670704401ee70 (diff) |
openssh 5.2p1: remove DEFAULT_PREFERENCE = "-1"
This version has been working well on x86.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/openssh')
-rw-r--r-- | recipes/openssh/openssh_5.2p1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/openssh/openssh_5.2p1.bb b/recipes/openssh/openssh_5.2p1.bb index 86c51bb45b..62bfd937c6 100644 --- a/recipes/openssh/openssh_5.2p1.bb +++ b/recipes/openssh/openssh_5.2p1.bb @@ -2,8 +2,6 @@ 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 \ file://sshd_config \ file://ssh_config \ |