[oe-commits] Ben Shelton : iperf3: Add recipe for version 3.0.10

git at git.openembedded.org git at git.openembedded.org
Thu Jan 8 11:04:44 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 3a4ea266eb056a2800d9d855cddcd326b4622d22
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3a4ea266eb056a2800d9d855cddcd326b4622d22

Author: Ben Shelton <ben.shelton at ni.com>
Date:   Mon Jan  5 11:39:45 2015 -0600

iperf3: Add recipe for version 3.0.10

iperf3 is the new successor of iperf. The project is now mature enough
as it started in 2009 and has stable releases. It supports reporting
results in the portable JSON format, provides more information than
iperf does and also adds some features from other tools such as nuttcp
and netperf that were missing from the original iperf.

This recipe is based on the iperf v3.0.8 recipe posted to the list by
Guy Morand

(http://lists.openembedded.org/pipermail/openembedded-devel/2014-October/098403.html)

with the following changes:

- Pass the 'foreign' option to automake.

- The Makefiles for the examples only work properly when the build is
  done in the same directory as the source.  Fix this in Makefile.am and
  run bootstrap.sh to regenerate Makefile.in.

- Bump the version to the latest stable release.

Signed-off-by: Ben Shelton <ben.shelton at ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../iperf3/iperf3/automake-foreign.patch           |  19 ++++
 .../iperf3/iperf3/fix-examples.patch               | 107 +++++++++++++++++++++
 meta-oe/recipes-benchmark/iperf3/iperf3_git.bb     |  25 +++++
 3 files changed, 151 insertions(+)

Diff:   http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=3a4ea266eb056a2800d9d855cddcd326b4622d22


More information about the Openembedded-commits mailing list