diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-22 21:21:01 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-22 21:21:01 -0400 |
commit | 85d95bc65441b1e24be13657421c2a1957345593 (patch) | |
tree | d205572c3e3843c830eabd0dd25a735f9d1a28fd /recipes | |
parent | ee7dab99e199af9aef09224d261f2055b10a0f86 (diff) |
netperf: Fix SRC_URI (2.4.4 is in archive now)
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/netperf/netperf_2.4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/netperf/netperf_2.4.4.bb b/recipes/netperf/netperf_2.4.4.bb index 0af225ffba..a0bac9bfb4 100644 --- a/recipes/netperf/netperf_2.4.4.bb +++ b/recipes/netperf/netperf_2.4.4.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.netperf.org/" LICENSE = "netperf" PR = "r1" -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;patch=1 \ file://init" |