summaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-test/netpipe/netpipe_3.7.2.bb
diff options
context:
space:
mode:
authorRonan <ronan.lemartret@iot.bzh>2017-01-25 09:29:37 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-01-26 10:36:05 +0000
commita4fed64b30281aee773686b452ebb409de534c32 (patch)
tree0ebac54abc6715b19be6b1e8062eb99995a717d0 /meta-ivi-common/recipes-test/netpipe/netpipe_3.7.2.bb
parent6963084e3bcfb8e8d6c59e2d18a8f584888fdb79 (diff)
Remove deprecated package netpipe
* the upstream package, of netpipe, doesn't existe anymore * site http://bitspjoule.org/netpipe is down Change-Id: I6f721d41ecbda4f83a3f0b6ff2d61373e474147b Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-ivi-common/recipes-test/netpipe/netpipe_3.7.2.bb')
-rw-r--r--meta-ivi-common/recipes-test/netpipe/netpipe_3.7.2.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-ivi-common/recipes-test/netpipe/netpipe_3.7.2.bb b/meta-ivi-common/recipes-test/netpipe/netpipe_3.7.2.bb
deleted file mode 100644
index 6a4004ea8..000000000
--- a/meta-ivi-common/recipes-test/netpipe/netpipe_3.7.2.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-DESCRIPTION = "Network Protocol Independent Performance Evaluator"
-LICENSE = "GPL-1.0"
-URL = "http://bitspjoule.org/netpipe"
-
-# PV from recipe filename
-SRC_URI = "http://bitspjoule.org/netpipe/code/NetPIPE-${PV}.tar.gz"
-# change makefile to support env variables of bitbake
-SRC_URI += "file://netpipe-makefile.patch"
-
-SRC_URI[md5sum] = "653071f785404bb68f8aaeff89fb1f33"
-SRC_URI[sha256sum] = "13dac884ff52951636f651c421f5ff4a853218a95aa28a4a852402ee385a2ab8"
-
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d"
-
-# bitbake expects ${PN}-${PV} which would be netpipe-3.7.2 but the tarball has:
-S = "${WORKDIR}/NetPIPE-${PV}"
-
-# added after 'make' as argument
-EXTRA_OEMAKE = "tcp tcp6 memcpy"
-
-do_install () {
- install -d ${D}${bindir}
- install -m 0755 NPtcp ${D}${bindir}
- install -m 0755 NPtcp6 ${D}${bindir}
- install -m 0755 NPmemcpy ${D}${bindir}
-}