summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/netperf/netperf_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb
index a084fb4c15..9d1e8df8e8 100644
--- a/meta-networking/recipes-support/netperf/netperf_git.bb
+++ b/meta-networking/recipes-support/netperf/netperf_git.bb
@@ -2,8 +2,7 @@ SUMMARY = "A networking benchmarking tool"
2DESCRIPTION = "Network performance benchmark including tests for TCP, UDP, sockets, ATM and more." 2DESCRIPTION = "Network performance benchmark including tests for TCP, UDP, sockets, ATM and more."
3SECTION = "net" 3SECTION = "net"
4HOMEPAGE = "http://www.netperf.org/" 4HOMEPAGE = "http://www.netperf.org/"
5LICENSE = "netperf" 5LICENSE = "MIT"
6LICENSE_FLAGS = "non-commercial"
7LIC_FILES_CHKSUM = "file://COPYING;md5=a0ab17253e7a3f318da85382c7d5d5d6" 6LIC_FILES_CHKSUM = "file://COPYING;md5=a0ab17253e7a3f318da85382c7d5d5d6"
8 7
9PV = "2.7.0+git${SRCPV}" 8PV = "2.7.0+git${SRCPV}"
@@ -16,7 +15,7 @@ SRC_URI = "git://github.com/HewlettPackard/netperf.git \
16 file://0001-nettest_omni-Remove-duplicate-variable-definitions.patch \ 15 file://0001-nettest_omni-Remove-duplicate-variable-definitions.patch \
17 " 16 "
18 17
19SRCREV = "f482bab49fcedee46fc5b755da127f608325cd13" 18SRCREV = "3bc455b23f901dae377ca0a558e1e32aa56b31c4"
20 19
21S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
22 21