summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
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:56 +0000
commit80fe599578d6f1e59baba65a4ef40eab035c41f9 (patch)
tree0eaa04a052bd4a891219c7f08eb6ab28c34ecf6a /meta/recipes-support
parent43853be4dd0ab1c6cdb230d92941026837c00bcf (diff)
downloadpoky-80fe599578d6f1e59baba65a4ef40eab035c41f9.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 (From OE-Core rev: 5bf1ce30cbafe12b72e8215ed86d115cb22851c4) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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+"
5LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a \ 5LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a \
6 file://src/ne_utils.h;beginline=1;endline=20;md5=2caca609538eddaa6f6adf120a218037" 6 file://src/ne_utils.h;beginline=1;endline=20;md5=2caca609538eddaa6f6adf120a218037"
7 7
8SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \ 8SRC_URI = "https://ftp.osuosl.org/pub/blfs/conglomeration/${BPN}/${BPN}-${PV}.tar.gz \
9 file://pkgconfig.patch \ 9 file://pkgconfig.patch \
10 file://gnutls_4.3_fixup.patch" 10 file://gnutls_4.3_fixup.patch"
11 11