[oe-commits] Robert Yang : libevent: fix SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Mar 16 17:42:38 UTC 2015


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

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Thu Mar  5 18:23:36 2015 -0800

libevent: fix SRC_URI

The wget reported errors for the past URI since it can't follow the redirection well:
Connecting to cloud.github.com (cloud.github.com)|54.192.140.6|:443... connected.
OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Unable to establish SSL connection.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-support/libevent/libevent_2.0.21.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/libevent/libevent_2.0.21.bb b/meta/recipes-support/libevent/libevent_2.0.21.bb
index 5a1ff3b..1230e92 100644
--- a/meta/recipes-support/libevent/libevent_2.0.21.bb
+++ b/meta/recipes-support/libevent/libevent_2.0.21.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=45c5316ff684bcfe2f9f86d8b1279559"
 
 PR = "r1"
 
-SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/levent/${BP}-stable.tar.gz \
            file://obsolete_automake_macros.patch \
            file://disable_tests.patch \
 "



More information about the Openembedded-commits mailing list