diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-07-20 19:04:29 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-07-27 09:52:23 -0700 |
| commit | 587fe5877790b6c2e1d337c351b8f50603ad4db9 (patch) | |
| tree | 4ca7420719320dae3556622b098cc85cc9d98f55 | |
| parent | c915552b704cb181bcb72e7379d61a95c5ac0c24 (diff) | |
| download | meta-openembedded-587fe5877790b6c2e1d337c351b8f50603ad4db9.tar.gz | |
netperf: Update to latest
License-Update: Upstream has switched to MIT [1]
[1] https://github.com/HewlettPackard/netperf/commit/2d88bcc75d97f462eafe8605f8da0c1f875b7dad
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/netperf/netperf_git.bb | 5 |
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" | |||
| 2 | DESCRIPTION = "Network performance benchmark including tests for TCP, UDP, sockets, ATM and more." | 2 | DESCRIPTION = "Network performance benchmark including tests for TCP, UDP, sockets, ATM and more." |
| 3 | SECTION = "net" | 3 | SECTION = "net" |
| 4 | HOMEPAGE = "http://www.netperf.org/" | 4 | HOMEPAGE = "http://www.netperf.org/" |
| 5 | LICENSE = "netperf" | 5 | LICENSE = "MIT" |
| 6 | LICENSE_FLAGS = "non-commercial" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=a0ab17253e7a3f318da85382c7d5d5d6" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a0ab17253e7a3f318da85382c7d5d5d6" |
| 8 | 7 | ||
| 9 | PV = "2.7.0+git${SRCPV}" | 8 | PV = "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 | ||
| 19 | SRCREV = "f482bab49fcedee46fc5b755da127f608325cd13" | 18 | SRCREV = "3bc455b23f901dae377ca0a558e1e32aa56b31c4" |
| 20 | 19 | ||
| 21 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 22 | 21 | ||
