mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
43853be4dd
commit
80fe599578
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user