diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2023-08-02 13:33:39 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-01 23:26:36 -0700 |
| commit | 5760b66b3b10e79f87fc82c40e3ee642240e5c1c (patch) | |
| tree | c58dc5fffa9f2a9a6b462de6a1e12c8f4259b113 | |
| parent | dff205f5a3b15cbe1d63c5e351dae7a659042213 (diff) | |
| download | meta-openembedded-5760b66b3b10e79f87fc82c40e3ee642240e5c1c.tar.gz | |
iperf3: remove incorrect CVE_PRODUCT setting
This CVE_PRODUCT setting seems to be copied from the iperf2 recipe.
But the CVE_PRODUCT for iperf3 should be just iperf3. For example,
https://nvd.nist.gov/vuln/detail/CVE-2023-38403.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-benchmark/iperf3/iperf3_3.14.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_3.14.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_3.14.bb index d181eb3b02..74c7156174 100644 --- a/meta-oe/recipes-benchmark/iperf3/iperf3_3.14.bb +++ b/meta-oe/recipes-benchmark/iperf3/iperf3_3.14.bb | |||
| @@ -30,5 +30,3 @@ PACKAGECONFIG[lksctp] = "ac_cv_header_netinet_sctp_h=yes,ac_cv_header_netinet_sc | |||
| 30 | PACKAGECONFIG[openssl] = "--with-openssl=${RECIPE_SYSROOT}${prefix},--without-openssl,openssl" | 30 | PACKAGECONFIG[openssl] = "--with-openssl=${RECIPE_SYSROOT}${prefix},--without-openssl,openssl" |
| 31 | 31 | ||
| 32 | CFLAGS += "-D_GNU_SOURCE" | 32 | CFLAGS += "-D_GNU_SOURCE" |
| 33 | |||
| 34 | CVE_PRODUCT = "iperf_project:iperf" | ||
