[oe-commits] Javier Viguera : stunnel: fix SRC_URI

git at git.openembedded.org git at git.openembedded.org
Wed Apr 2 15:14:30 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 5be3c1373688f0f1e2bbb0384ca3e681a1850ded
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5be3c1373688f0f1e2bbb0384ca3e681a1850ded

Author: Javier Viguera <javier.viguera at digi.com>
Date:   Wed Apr  2 15:26:26 2014 +0200

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 at digi.com>
Signed-off-by: Joe MacDonald <joe at deserted.net>

---

 meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
index 7ac2e23..086d0b7 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"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666"
 DEPENDS = "openssl"
 
-SRC_URI = "https://www.stunnel.org/downloads/${BP}.tar.gz"
+SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz"
 
 SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c"
 SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293"



More information about the Openembedded-commits mailing list