diff options
author | Chunrong Guo <B40290@freescale.com> | 2013-07-31 02:16:56 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-08 16:01:34 +0200 |
commit | 7912bd2479b8d166b8a0347f8ff29c9be588a1f7 (patch) | |
tree | 9b7b8874ea05dfaa9e0c0a0cd57dbc804a6cadc6 /meta-oe/recipes-benchmark | |
parent | 6b50a7d6621eba239380b11606110caab814eb51 (diff) | |
download | meta-openembedded-7912bd2479b8d166b8a0347f8ff29c9be588a1f7.tar.gz |
iperf: Fix license
*the current version of Iperf has a false LICENSE set,
so fix license with the generic BSD license
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Acked-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r-- | meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb b/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb index 810770155..4261c95be 100644 --- a/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb +++ b/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics" | 1 | DESCRIPTION = "Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics" |
2 | HOMEPAGE = "http://dast.nlanr.net/Projects/Iperf/" | 2 | HOMEPAGE = "http://dast.nlanr.net/Projects/Iperf/" |
3 | SECTION = "console/network" | 3 | SECTION = "console/network" |
4 | LICENSE = "NewBSD" | 4 | LICENSE = "BSD-2-Clause" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e8478eae9f479e39bc34975193360298" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e8478eae9f479e39bc34975193360298" |
6 | 6 | ||
7 | SRC_URI = " \ | 7 | SRC_URI = " \ |