diff options
author | Javier Viguera <javier.viguera@digi.com> | 2014-04-02 15:26:26 +0200 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2014-04-02 11:18:54 -0400 |
commit | 5be3c1373688f0f1e2bbb0384ca3e681a1850ded (patch) | |
tree | 9083c53f078e00067308295ed4a146f30edcbbc0 /meta-networking/recipes-support/stunnel | |
parent | c04626475be6f0e52400552d5aed044062aac4dd (diff) | |
download | meta-openembedded-5be3c1373688f0f1e2bbb0384ca3e681a1850ded.tar.gz |
stunnel: fix SRC_URI
Trying to build stunnel fails with:
ERROR 404: Not Found.
Seems that after the new release (5.x) they have moved the old tarball
under a 'archive/4.x' subdirectory.
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-networking/recipes-support/stunnel')
-rw-r--r-- | meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb index 7ac2e23af..086d0b7aa 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666" |
6 | DEPENDS = "openssl" | 6 | DEPENDS = "openssl" |
7 | 7 | ||
8 | SRC_URI = "https://www.stunnel.org/downloads/${BP}.tar.gz" | 8 | SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c" | 10 | SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c" |
11 | SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293" | 11 | SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293" |