From fb21b3db49727adfae66aa9b7e075fe51929e823 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 6 Apr 2019 21:12:40 +0200 Subject: nuttcp: update to 7.3.3 License md5sum changed due to modified copyright years. Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../recipes-support/nuttcp/nuttcp_7.2.1.bb | 29 ---------------------- .../recipes-support/nuttcp/nuttcp_7.3.3.bb | 26 +++++++++++++++++++ 2 files changed, 26 insertions(+), 29 deletions(-) delete mode 100644 meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb create mode 100644 meta-networking/recipes-support/nuttcp/nuttcp_7.3.3.bb diff --git a/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb b/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb deleted file mode 100644 index 9430add487..0000000000 --- a/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright (C) 2013 Khem Raj -# Released under the MIT license (see COPYING.MIT for the terms) - -SUMMARY = "network performance measurement tool" -DESCRIPTION = "nuttcp is a network performance measurement tool intended for use by network \ -and system managers. Its most basic usage is to determine the raw TCP (or UDP) \ -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/Welcome%20Page.html" -LICENSE = "GPL-2.0" -SECTION = "net" -LIC_FILES_CHKSUM = "file://${BP}.c;beginline=4;endline=30;md5=ae7045c3c3616092e07d87f04ba0d960" - -SRC_URI = "http://nuttcp.net/${BPN}/beta/${BP}.c" -SRC_URI[md5sum] = "1ebf4a08bad2a295a8155f02995e8754" -SRC_URI[sha256sum] = "c6e33810ccce67260f8d5d627f60e429d44f532365c58ed5673d035e2a59c4db" - -S = "${WORKDIR}" - -do_compile () { - ${CC} ${CFLAGS} ${LDFLAGS} -o nuttcp nuttcp-${PV}.c -} - -do_install () { - install -d ${D}${bindir} - install -m 0755 nuttcp ${D}${bindir} -} diff --git a/meta-networking/recipes-support/nuttcp/nuttcp_7.3.3.bb b/meta-networking/recipes-support/nuttcp/nuttcp_7.3.3.bb new file mode 100644 index 0000000000..ec40678060 --- /dev/null +++ b/meta-networking/recipes-support/nuttcp/nuttcp_7.3.3.bb @@ -0,0 +1,26 @@ +SUMMARY = "network performance measurement tool" +DESCRIPTION = "nuttcp is a network performance measurement tool intended for use by network \ +and system managers. Its most basic usage is to determine the raw TCP (or UDP) \ +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/Welcome%20Page.html" +LICENSE = "GPL-2.0" +SECTION = "net" +LIC_FILES_CHKSUM = "file://${BP}.c;beginline=4;endline=30;md5=c55daba5a5a869a123c3565de07d15a6" + +SRC_URI = "http://nuttcp.net/${BPN}/beta/${BP}.c" +SRC_URI[md5sum] = "dfbff3c38fb0cbdc474ca6d13539d425" +SRC_URI[sha256sum] = "d68e291a72375d76f301d54aa945727c95e78090aa6783a4844764e632e98a4a" + +S = "${WORKDIR}" + +do_compile () { + ${CC} ${CFLAGS} ${LDFLAGS} -o nuttcp nuttcp-${PV}.c +} + +do_install () { + install -d ${D}${bindir} + install -m 0755 nuttcp ${D}${bindir} +} -- cgit v1.2.3-54-g00ecf