Removed openbsd-netcat since it now recides in meta-networking

Signed-off-by: David Nyström <david.nystrom@enea.com>
This commit is contained in:
David Nyström 2013-01-18 14:48:05 +01:00
parent ab5557bd66
commit 838981f477

View File

@ -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"