diff options
Diffstat (limited to 'recipes/openssh/openssh_3.8p1.bb')
-rw-r--r-- | recipes/openssh/openssh_3.8p1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/openssh/openssh_3.8p1.bb b/recipes/openssh/openssh_3.8p1.bb index 70d1ee4c6f..fe5a623365 100644 --- a/recipes/openssh/openssh_3.8p1.bb +++ b/recipes/openssh/openssh_3.8p1.bb @@ -13,8 +13,8 @@ LICENSE = "BSD" PR ="r3" SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \ - file://configure.patch;apply=yes \ - file://scp-nossl.patch;apply=yes \ + file://configure.patch \ + file://scp-nossl.patch \ file://ssh_config \ file://sshd_config \ file://init" |