summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/nuttcp
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-25 17:45:07 -0800
committerJoe MacDonald <joe_macdonald@mentor.com>2015-02-11 16:50:06 -0500
commit10c73e7e8d43360dda5d6f304987e22f5877b707 (patch)
tree0d2e7e4cdd4b7e9e3d327e29abd6ac07e06ac981 /meta-networking/recipes-support/nuttcp
parente7d7cf0fd00eb4b639a84fba7b269f82830958c4 (diff)
downloadmeta-openembedded-10c73e7e8d43360dda5d6f304987e22f5877b707.tar.gz
nuttcp: fix HOMEPAGE and SRC_URI
The old ones are invalid. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/nuttcp')
-rw-r--r--meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb6
1 files 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 b931d0470..a275238a3 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 \
8across an interconnecting network to a destination system, either transferring \ 8across an interconnecting network to a destination system, either transferring \
9data for a specified time interval, or alternatively transferring a specified \ 9data for a specified time interval, or alternatively transferring a specified \
10number of bytes." 10number of bytes."
11HOMEPAGE = "http://www.nuttcp.net/nuttcp/Welcome%20Page.html" 11HOMEPAGE = "http://www.nuttcp.net/Welcome%20Page.html"
12LICENSE = "GPL-2.0" 12LICENSE = "GPL-2.0"
13SECTION = "net" 13SECTION = "net"
14LIC_FILES_CHKSUM = "file://nuttcp-${PV}.c;beginline=4;endline=30;md5=ae7045c3c3616092e07d87f04ba0d960" 14LIC_FILES_CHKSUM = "file://${BP}.c;beginline=4;endline=30;md5=ae7045c3c3616092e07d87f04ba0d960"
15 15
16SRC_URI = "http://lcp.nrl.navy.mil/nuttcp/beta/nuttcp-${PV}.c" 16SRC_URI = "http://nuttcp.net/${BPN}/beta/${BP}.c"
17SRC_URI[md5sum] = "1ebf4a08bad2a295a8155f02995e8754" 17SRC_URI[md5sum] = "1ebf4a08bad2a295a8155f02995e8754"
18SRC_URI[sha256sum] = "c6e33810ccce67260f8d5d627f60e429d44f532365c58ed5673d035e2a59c4db" 18SRC_URI[sha256sum] = "c6e33810ccce67260f8d5d627f60e429d44f532365c58ed5673d035e2a59c4db"
19 19