[oe-commits] [openembedded-core] 53/53: neon: fix fetch error

git at git.openembedded.org git at git.openembedded.org
Tue Nov 21 14:45:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch morty
in repository openembedded-core.

commit 5bf1ce30cbafe12b72e8215ed86d115cb22851c4
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Mon Nov 20 17:43:49 2017 -0800

    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 at gmail.com>
---
 meta/recipes-support/neon/neon_0.30.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/neon/neon_0.30.1.bb b/meta/recipes-support/neon/neon_0.30.1.bb
index b6cfd50..3c4d8ff 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list