diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-03-05 18:23:36 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-16 17:41:58 +0000 |
commit | de2aad0f0bc78d4924fa83c68572e46cd1063061 (patch) | |
tree | 8843e921a9b444d86be927da1b2f11687b18a994 /meta/recipes-support/libevent | |
parent | b35689b5f501a2b283f9f1dbb5b788e502805d0c (diff) | |
download | poky-de2aad0f0bc78d4924fa83c68572e46cd1063061.tar.gz |
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.
(From OE-Core rev: b2d7193da713120c97a452ca56742aca15911bee)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libevent')
-rw-r--r-- | meta/recipes-support/libevent/libevent_2.0.21.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libevent/libevent_2.0.21.bb b/meta/recipes-support/libevent/libevent_2.0.21.bb index 5a1ff3b1b0..1230e92b2e 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" | |||
8 | 8 | ||
9 | PR = "r1" | 9 | PR = "r1" |
10 | 10 | ||
11 | SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz \ | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/levent/${BP}-stable.tar.gz \ |
12 | file://obsolete_automake_macros.patch \ | 12 | file://obsolete_automake_macros.patch \ |
13 | file://disable_tests.patch \ | 13 | file://disable_tests.patch \ |
14 | " | 14 | " |