[oe-commits] Robert Yang : dnrd: fix SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Jan 5 16:27:26 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 5b4413ccf329a981bee976c9fcde5d2872f0defb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5b4413ccf329a981bee976c9fcde5d2872f0defb

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sat Jan  3 15:30:36 2015 -0800

dnrd: fix SRC_URI

Fixed:
ERROR: Function failed: Fetcher failure for URL:
    'http://ncu.dl.sourceforge.net/project/dnrd/dnrd/2.20.3/dnrd-2.20.3.tar.gz'.
    Unable to fetch URL from any source.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>

---

 meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb b/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb
index 85a58cc..3b8fdc9 100644
--- a/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb
+++ b/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb
@@ -9,7 +9,7 @@ SECTION = "System Environment/Daemons"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0be67017f1c770313ad7b40e18d568f1"
 
-SRC_URI = "http://ncu.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BP}.tar.gz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz \
            file://dnrd.service \
            file://dnrd.conf.sample \
            file://dnrd.init"



More information about the Openembedded-commits mailing list