[meta-virtualization] [PATCH 3/6] Removed openbsd-netcat since it now recides in meta-networking

David Nyström david.c.nystrom at gmail.com
Tue Jan 22 04:47:18 PST 2013


Signed-off-by: David Nyström <david.nystrom at enea.com>
---
 recipes-networking/netcat/openbsd-netcat_1.6.bb |   29 -----------------------
 1 file changed, 29 deletions(-)
 delete mode 100644 recipes-networking/netcat/openbsd-netcat_1.6.bb

diff --git a/recipes-networking/netcat/openbsd-netcat_1.6.bb b/recipes-networking/netcat/openbsd-netcat_1.6.bb
deleted file mode 100644
index 1ae3f37..0000000
--- a/recipes-networking/netcat/openbsd-netcat_1.6.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-DESCRIPTION = "OpenBSD Netcat"
-HOMEPAGE = "http://code.google.com/p/openbsd-netcat/"
-SECTION = "console/network"
-LICENSE = "BSD-3-Clause"
-PR = "r0"
-
-SRCREV = "5"
-
-SRC_URI = "svn://openbsd-netcat.googlecode.com/svn;module=trunk;protocol=http"
-S = "${WORKDIR}/trunk"
-
-inherit update-alternatives gettext
-
-do_configure[noexec] = "1"
-
-do_compile() {
-	cd ${S}
-	oe_runmake
-}
-
-do_install() {
-	install -d ${D}${bindir}
-	install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN}
-}
-
-ALTERNATIVE_${PN} = "nc"
-ALTERNATIVE_PRIORITY = "101"
-
-BBCLASSEXTEND = "nativesdk"
-- 
1.7.9.5




More information about the meta-virtualization mailing list