]> code.ossystems Code Review - openembedded-core.git/commitdiff
libevent: fix SRC_URI
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 6 Mar 2015 02:23:36 +0000 (18:23 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Mar 2015 17:38:38 +0000 (17:38 +0000)
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@windriver.com>
meta/recipes-support/libevent/libevent_2.0.21.bb

index 5a1ff3b1b00aaae7357a0db33cdd0ebb03e80585..1230e92b2ebded2bf9d6584b14002a231af06676 100644 (file)
@@ -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 \
 "