diff options
Diffstat (limited to 'recipes/openssh/openssh_3.7.1p1.bb')
-rw-r--r-- | recipes/openssh/openssh_3.7.1p1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/openssh/openssh_3.7.1p1.bb b/recipes/openssh/openssh_3.7.1p1.bb index a8b7d0c382..9f2e690b32 100644 --- a/recipes/openssh/openssh_3.7.1p1.bb +++ b/recipes/openssh/openssh_3.7.1p1.bb @@ -10,8 +10,8 @@ It is intended as a replacement for rlogin, rsh and rcp, and can be \ used to provide applications with a secure communication channel." LICENSE = "openssh" SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \ - file://configure.patch;patch=1 \ - file://scp-nossl.patch;patch=1 \ + file://configure.patch;apply=yes \ + file://scp-nossl.patch;apply=yes \ file://sshd_config" inherit autotools |