aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorZongchun Yu <Zongchun.Yu@freescale.com>2015-07-28 17:16:01 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-03 11:42:33 +0200
commitc841231b9f327d2d06d19d2ba1324dd86b83617c (patch)
treef5d257b5e69554873c44746539b6b02adc259552 /meta-networking
parent1cab674a04583a969762e77fe624eac620630a72 (diff)
downloadmeta-openembedded-c841231b9f327d2d06d19d2ba1324dd86b83617c.tar.gz
netperf: fix the broken download url
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/netperf/netperf_2.6.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/netperf/netperf_2.6.0.bb b/meta-networking/recipes-support/netperf/netperf_2.6.0.bb
index ffa77d7bb9..146210c939 100644
--- a/meta-networking/recipes-support/netperf/netperf_2.6.0.bb
+++ b/meta-networking/recipes-support/netperf/netperf_2.6.0.bb
@@ -6,7 +6,7 @@ LICENSE = "netperf"
LICENSE_FLAGS = "non-commercial"
-SRC_URI="ftp://ftp.netperf.org/netperf/netperf-${PV}.tar.bz2 \
+SRC_URI="ftp://ftp.netperf.org/netperf/archive/netperf-${PV}.tar.bz2 \
file://cpu_set.patch \
file://vfork.patch \
file://init"