mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
nuttcp: upgrade 8.2.2 -> 8.2.4
Drop redundant md5sum. Changelog: 8.2.4 - Provide compile time options -DMIN_PORT=n, -DMIN_CTL_PORT=n, and -DMIN_DATA_PORT=n to set the allowed mimimum port number - Provide compile time option -DNO_BLANK_LINE to suppress - blank line in normal nuttcp output - New "-A" option to bind to a specified interface IP address - Fix compilation with -DNO_IPV6 - Document -D user compile time options in Usage: statement - Shut up apparently bogus gcc 10.2.1 warning: - writing 1 byte into a region of size 0 [-Wstringop-overflow=] 8.2.3 - Simplify handling of stream_idx (no more references to [stream_idx + 1]) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+2
-2
@@ -15,8 +15,8 @@ UPSTREAM_CHECK_URI = "https://www.nuttcp.net/nuttcp/beta/"
|
||||
SRC_URI = "http://nuttcp.net/${BPN}/beta/${BP}.c \
|
||||
file://nuttcp@.service \
|
||||
file://nuttcp.socket"
|
||||
SRC_URI[md5sum] = "d3c92c4d2f261221193c3726c1b9a42f"
|
||||
SRC_URI[sha256sum] = "8c5595bcd27c2fd66831be74c390df078cfb1870aa427f2511ac2586d236c8a1"
|
||||
|
||||
SRC_URI[sha256sum] = "06a9de5be3e021130a65548072fba75296c9b8b425b10da062bf733278d5e9d0"
|
||||
|
||||
S = "${UNPACKDIR}"
|
||||
|
||||
Reference in New Issue
Block a user