[oe-commits] [openembedded-core] 14/15: netbase: update SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 09:48:39 UTC 2017


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

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

commit ac617c2802c781bdc1516d48987b3e9458270556
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Fri Sep 8 16:21:50 2017 -0700

    netbase: update SRC_URI
    
    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 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/netbase/netbase_5.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/netbase/netbase_5.2.bb b/meta/recipes-core/netbase/netbase_5.2.bb
index ab7ae65..65bf549 100644
--- a/meta/recipes-core/netbase/netbase_5.2.bb
+++ b/meta/recipes-core/netbase/netbase_5.2.bb
@@ -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"

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


More information about the Openembedded-commits mailing list