summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2013-07-31 02:16:56 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-08-08 16:01:34 +0200
commit7912bd2479b8d166b8a0347f8ff29c9be588a1f7 (patch)
tree9b7b8874ea05dfaa9e0c0a0cd57dbc804a6cadc6 /meta-oe
parent6b50a7d6621eba239380b11606110caab814eb51 (diff)
downloadmeta-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')
-rw-r--r--meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb2
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 @@
1DESCRIPTION = "Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics" 1DESCRIPTION = "Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics"
2HOMEPAGE = "http://dast.nlanr.net/Projects/Iperf/" 2HOMEPAGE = "http://dast.nlanr.net/Projects/Iperf/"
3SECTION = "console/network" 3SECTION = "console/network"
4LICENSE = "NewBSD" 4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://COPYING;md5=e8478eae9f479e39bc34975193360298" 5LIC_FILES_CHKSUM = "file://COPYING;md5=e8478eae9f479e39bc34975193360298"
6 6
7SRC_URI = " \ 7SRC_URI = " \