[oe-commits] Robert Yang : nuttcp: fix HOMEPAGE and SRC_URI

git at git.openembedded.org git at git.openembedded.org
Thu Feb 12 03:17:27 UTC 2015


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

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sun Jan 25 17:45:07 2015 -0800

nuttcp: fix HOMEPAGE and SRC_URI

The old ones are invalid.

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-support/nuttcp/nuttcp_7.2.1.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb b/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb
index b931d04..a275238 100644
--- a/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb
+++ b/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb
@@ -8,12 +8,12 @@ network layer throughput by transferring memory buffers from a source system \
 across an interconnecting network to a destination system, either transferring \
 data for a specified time interval, or alternatively transferring a specified \
 number of bytes."
-HOMEPAGE = "http://www.nuttcp.net/nuttcp/Welcome%20Page.html"
+HOMEPAGE = "http://www.nuttcp.net/Welcome%20Page.html"
 LICENSE = "GPL-2.0"
 SECTION = "net"
-LIC_FILES_CHKSUM = "file://nuttcp-${PV}.c;beginline=4;endline=30;md5=ae7045c3c3616092e07d87f04ba0d960"
+LIC_FILES_CHKSUM = "file://${BP}.c;beginline=4;endline=30;md5=ae7045c3c3616092e07d87f04ba0d960"
 
-SRC_URI = "http://lcp.nrl.navy.mil/nuttcp/beta/nuttcp-${PV}.c"
+SRC_URI = "http://nuttcp.net/${BPN}/beta/${BP}.c"
 SRC_URI[md5sum] = "1ebf4a08bad2a295a8155f02995e8754"
 SRC_URI[sha256sum] = "c6e33810ccce67260f8d5d627f60e429d44f532365c58ed5673d035e2a59c4db"
 



More information about the Openembedded-commits mailing list