From a4fed64b30281aee773686b452ebb409de534c32 Mon Sep 17 00:00:00 2001 From: Ronan Date: Wed, 25 Jan 2017 09:29:37 +0100 Subject: 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 --- .../recipes-test/netpipe/netpipe_3.7.2.bb | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta-ivi-common/recipes-test/netpipe/netpipe_3.7.2.bb (limited to 'meta-ivi-common/recipes-test/netpipe/netpipe_3.7.2.bb') 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} -} -- cgit 1.2.3-korg