* [meta-networking] [PATCH] dnrd: fix SRC_URI
@ 2015-01-03 23:13 Robert Yang
2015-01-03 23:21 ` Khem Raj
0 siblings, 1 reply; 4+ messages in thread
From: Robert Yang @ 2015-01-03 23:13 UTC (permalink / raw)
To: openembedded-devel
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@windriver.com>
---
.../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..788ce7d 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 = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${PV}/${BP}.tar.gz \
file://dnrd.service \
file://dnrd.conf.sample \
file://dnrd.init"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [meta-networking] [PATCH] dnrd: fix SRC_URI
@ 2015-01-03 23:23 MacDonald, Joe
0 siblings, 0 replies; 4+ messages in thread
From: MacDonald, Joe @ 2015-01-03 23:23 UTC (permalink / raw)
To: openembedded-devel
Can we just change this to ${SOURCEFORGE_MIRROR} here?
-J.
On 3 Jan 2015 18:14, Robert Yang <liezhi.yang@windriver.com> wrote:
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@windriver.com>
---
.../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..788ce7d 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 = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${PV}/${BP}.tar.gz \
file://dnrd.service \
file://dnrd.conf.sample \
file://dnrd.init"
--
1.7.9.5
--
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-01-03 23:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-03 23:13 [meta-networking] [PATCH] dnrd: fix SRC_URI Robert Yang
2015-01-03 23:21 ` Khem Raj
2015-01-03 23:30 ` Robert Yang
-- strict thread matches above, loose matches on Subject: below --
2015-01-03 23:23 MacDonald, Joe
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.