[oe-commits] Tom Rini : netperf: Fix SRC_URI (2.4.4 is in archive now)

git version control git at git.openembedded.org
Tue Jun 23 01:19:58 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 85d95bc65441b1e24be13657421c2a1957345593
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=85d95bc65441b1e24be13657421c2a1957345593

Author: Tom Rini <trini at embeddedalley.com>
Date:   Mon Jun 22 21:21:01 2009 -0400

netperf: Fix SRC_URI (2.4.4 is in archive now)

---

 conf/checksums.ini               |    2 +-
 recipes/netperf/netperf_2.4.4.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index a0a2460..7b77e5d 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -17566,7 +17566,7 @@ sha256=e42d3b3f30de0c1ad0a86aa039b35cf2bf64c7f64c29ee333cbf934784639973
 md5=18ed6d0f1adf75a748df55d5e924fabb
 sha256=e42d3b3f30de0c1ad0a86aa039b35cf2bf64c7f64c29ee333cbf934784639973
 
-[ftp://ftp.netperf.org/netperf/netperf-2.4.4.tar.bz2]
+[ftp://ftp.netperf.org/netperf/archive/netperf-2.4.4.tar.bz2]
 md5=0e942f22864e601406a994420231075b
 sha256=28e76af491ea3696885e4558ae2f5628a4b9ebdbefc2f1d9cf1b35db2813e497
 
diff --git a/recipes/netperf/netperf_2.4.4.bb b/recipes/netperf/netperf_2.4.4.bb
index 0af225f..a0bac9b 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"
 





More information about the Openembedded-commits mailing list