]> code.ossystems Code Review - openembedded-core.git/commitdiff
netbase: update SRC_URI
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 8 Sep 2017 23:21:50 +0000 (16:21 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Sep 2017 09:47:29 +0000 (10:47 +0100)
The upstream oe-core recipe fixed similar fetcher issues by switching
to a specific debian snapshot version. However, the debian snapshot
doesn't provide netbase v5.2 so fetch from yoctoproject.org mirror
instead.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/netbase/netbase_5.2.bb

index ab7ae6527c98ac837dca6c0404d74b6062efaba0..65bf5492d79c113789c15795a091af4704c3ec27 100644 (file)
@@ -6,7 +6,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=3dd6192d306f582dee7687da3d8748ab"
 PE = "1"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/n/netbase/netbase_${PV}.tar.gz \
+SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/netbase_${PV}.tar.gz \
            file://hosts"
 
 SRC_URI[md5sum] = "3a01bfce6a28e1743412198abd241262"