[OE-core] [PATCH 2/6] libevent: fix SRC_URI

Robert Yang liezhi.yang at windriver.com
Fri Mar 6 09:32:34 UTC 2015


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 |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-support/libevent/libevent_2.0.21.bb b/meta/recipes-support/libevent/libevent_2.0.21.bb
index 5a1ff3b..3d6983f 100644
--- a/meta/recipes-support/libevent/libevent_2.0.21.bb
+++ b/meta/recipes-support/libevent/libevent_2.0.21.bb
@@ -8,15 +8,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=45c5316ff684bcfe2f9f86d8b1279559"
 
 PR = "r1"
 
-SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz \
+SRC_URI = "https://github.com/libevent/libevent/archive/release-2.0.21-stable.tar.gz \
            file://obsolete_automake_macros.patch \
            file://disable_tests.patch \
 "
 
-SRC_URI[md5sum] = "b2405cc9ebf264aa47ff615d9de527a2"
-SRC_URI[sha256sum] = "22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5"
+SRC_URI[md5sum] = "6f72023c64a36a64ba1e0f14ceded375"
+SRC_URI[sha256sum] = "872b7cdc199ead2edd9f0d1e93b4d900e67d892c014545bd3314b3ae49505eff"
 
-S = "${WORKDIR}/${BPN}-${PV}-stable"
+S = "${WORKDIR}/${BPN}-release-${PV}-stable"
 
 EXTRA_OECONF = "--disable-openssl"
 
-- 
1.7.9.5




More information about the Openembedded-core mailing list