aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-11-20 17:43:49 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-21 14:43:01 +0000
commit5bf1ce30cbafe12b72e8215ed86d115cb22851c4 (patch)
treee2057866388635b1ed2f3e4caa28d320e2303bf1
parent0861820f83e9300745cd459255c2c9b1d37a3f9f (diff)
downloadopenembedded-core-5bf1ce30cbafe12b72e8215ed86d115cb22851c4.tar.gz
neon: fix fetch error
ERROR: neon-native-0.30.1-r0 do_checkuri: Fetcher failure for URL: 'http://www.webdav.org/neon/neon-0.30.1.tar.gz'. URL http://www.webdav.org/neon/neon-0.30.1.tar.gz doesn't work ERROR: neon-native-0.30.1-r0 do_checkuri: Function failed: do_checkuri change to https and url to OSL. www.webdav.org is down or dean Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta/recipes-support/neon/neon_0.30.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/neon/neon_0.30.1.bb b/meta/recipes-support/neon/neon_0.30.1.bb
index b6cfd5076f..3c4d8ff03e 100644
--- a/meta/recipes-support/neon/neon_0.30.1.bb
+++ b/meta/recipes-support/neon/neon_0.30.1.bb
@@ -5,7 +5,7 @@ LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a \
file://src/ne_utils.h;beginline=1;endline=20;md5=2caca609538eddaa6f6adf120a218037"
-SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \
+SRC_URI = "https://ftp.osuosl.org/pub/blfs/conglomeration/${BPN}/${BPN}-${PV}.tar.gz \
file://pkgconfig.patch \
file://gnutls_4.3_fixup.patch"