summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2017-08-30 17:28:11 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2017-09-12 10:55:07 -0400
commitf8e7e5af3578937f056dddbe104a08bb35c56c64 (patch)
treeef65c78340097d7da9ab0cb151b226a10212e6ce /meta-networking/recipes-support
parent04bc4b4c86e94b57ab0c40d94325b4519ff76b18 (diff)
downloadmeta-openembedded-f8e7e5af3578937f056dddbe104a08bb35c56c64.tar.gz
netperf: upgrade to 2.7.0+ with git version
The homepage of netperf has been moved to github. The original webpage www.netperf.org is redirected to github and tarballs are removed. So use git version of recipe instead. netperf 2.7.0 was released in July 2015 which is too old. So upgrade to latest commit of git repo which is on Nov 29, 2016. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/netperf/netperf_git.bb (renamed from meta-networking/recipes-support/netperf/netperf_2.6.0.bb)12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-networking/recipes-support/netperf/netperf_2.6.0.bb b/meta-networking/recipes-support/netperf/netperf_git.bb
index 650fdaeed..f0e0f9cf1 100644
--- a/meta-networking/recipes-support/netperf/netperf_2.6.0.bb
+++ b/meta-networking/recipes-support/netperf/netperf_git.bb
@@ -4,20 +4,20 @@ SECTION = "net"
4HOMEPAGE = "http://www.netperf.org/" 4HOMEPAGE = "http://www.netperf.org/"
5LICENSE = "netperf" 5LICENSE = "netperf"
6LICENSE_FLAGS = "non-commercial" 6LICENSE_FLAGS = "non-commercial"
7LIC_FILES_CHKSUM = "file://COPYING;md5=a0ab17253e7a3f318da85382c7d5d5d6"
7 8
9PV = "2.7.0+git${SRCPV}"
8 10
9SRC_URI="ftp://ftp.netperf.org/netperf/archive/netperf-${PV}.tar.bz2 \ 11SRC_URI="git://github.com/HewlettPackard/netperf.git \
10 file://cpu_set.patch \ 12 file://cpu_set.patch \
11 file://vfork.patch \ 13 file://vfork.patch \
12 file://init" 14 file://init"
13SRC_URI[md5sum] = "9654ffdfd4c4f2c93ce3733cd9ed9236"
14SRC_URI[sha256sum] = "cd8dac710d4273d29f70e8dbd09353a6362ac58a11926e0822233c0cb230323a"
15 15
16LIC_FILES_CHKSUM = "file://COPYING;md5=a0ab17253e7a3f318da85382c7d5d5d6" 16SRCREV = "f482bab49fcedee46fc5b755da127f608325cd13"
17 17
18inherit update-rc.d autotools 18S = "${WORKDIR}/git"
19 19
20S = "${WORKDIR}/netperf-${PV}" 20inherit update-rc.d autotools
21 21
22# cpu_set.patch plus _GNU_SOURCE makes src/netlib.c compile with CPU_ macros 22# cpu_set.patch plus _GNU_SOURCE makes src/netlib.c compile with CPU_ macros
23CFLAGS_append = " -DDO_UNIX -DDO_IPV6 -D_GNU_SOURCE" 23CFLAGS_append = " -DDO_UNIX -DDO_IPV6 -D_GNU_SOURCE"