diff options
Diffstat (limited to 'stunnel/stunnel_4.05.oe')
-rw-r--r-- | stunnel/stunnel_4.05.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stunnel/stunnel_4.05.oe b/stunnel/stunnel_4.05.oe index 0d538b0660..491991055c 100644 --- a/stunnel/stunnel_4.05.oe +++ b/stunnel/stunnel_4.05.oe @@ -4,8 +4,8 @@ DESCRIPTION = "Stunnel is a program that allows you to encrypt \ arbitrary TCP connections inside SSL" SRC_URI = "http://www.stunnel.org/download/stunnel/src/stunnel-${PV}.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 \ - file://${FILESDIR}/automake.patch;patch=1" + file://configure.patch;patch=1 \ + file://automake.patch;patch=1" S = "${WORKDIR}/stunnel-${PV}" inherit autotools |