summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-benchmark/iperf3/iperf3_git.bb')
-rw-r--r--meta-oe/recipes-benchmark/iperf3/iperf3_git.bb11
1 files changed, 7 insertions, 4 deletions
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb
index d19aa1ec4..4a01896ca 100644
--- a/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb
+++ b/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb
@@ -11,10 +11,11 @@ AUTHOR = "ESNET <info@es.net>, Lawrence Berkeley National Laboratory <websupport
11LICENSE = "BSD" 11LICENSE = "BSD"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3434c5a9a53c78c7739f0bc9e5adda" 12LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3434c5a9a53c78c7739f0bc9e5adda"
13 13
14SRC_URI = "\ 14SRC_URI = "git://github.com/esnet/iperf.git \
15 git://github.com/esnet/iperf.git \ 15 file://automake-foreign.patch \
16 file://automake-foreign.patch \ 16 file://0001-include-stdint.h-for-various-std-c99-int-types.patch \
17" 17 file://0002-Remove-pg-from-profile_CFLAGS.patch \
18 "
18 19
19PV = "3.1.3+gitr${SRCPV}" 20PV = "3.1.3+gitr${SRCPV}"
20SRCREV = "099244ec686b620393e9845478a554b1c7ca5c8b" 21SRCREV = "099244ec686b620393e9845478a554b1c7ca5c8b"
@@ -25,4 +26,6 @@ inherit autotools
25 26
26PACKAGECONFIG[lksctp] = "ac_cv_header_netinet_sctp_h=yes,ac_cv_header_netinet_sctp_h=no,lksctp-tools" 27PACKAGECONFIG[lksctp] = "ac_cv_header_netinet_sctp_h=yes,ac_cv_header_netinet_sctp_h=no,lksctp-tools"
27 28
29CFLAGS += "-D_GNU_SOURCE"
30
28BBCLASSEXTEND = "native" 31BBCLASSEXTEND = "native"