summaryrefslogtreecommitdiffstats
path: root/recipes-test/perf-networking/perf-networking_1.0.bb
blob: aa32a7d4882f0e1b5998b883a49dbe430823d037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "A simple shell script to run network performance tests"
DESCRIPTION = "The perf-networking package installs the perf-networking \
shell script which runs tests using the netperf package"
SRC_URI += "file://perf-networking"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                    file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"

RDEPENDS_${PN}= "netperf"

do_install () {
    install -D ${WORKDIR}/perf-networking ${D}${bindir}/perf-networking
}

do_patch[noexec] = "1"
do_configure[noexec] = "1"
do_compile[noexec] = "1"
do_build[noexec] = "1"