aboutsummaryrefslogtreecommitdiffstats
path: root/socat/socat_1.3.2.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'socat/socat_1.3.2.1.oe')
-rw-r--r--socat/socat_1.3.2.1.oe14
1 files changed, 0 insertions, 14 deletions
diff --git a/socat/socat_1.3.2.1.oe b/socat/socat_1.3.2.1.oe
deleted file mode 100644
index d84ee1c4b3..0000000000
--- a/socat/socat_1.3.2.1.oe
+++ /dev/null
@@ -1,14 +0,0 @@
-SECTION = "console/network"
-DEPENDS = "openssl"
-DESCRIPTION = "Socat is a relay for bidirectional data \
-transfer between two independent data channels."
-
-SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \
- file://ldflags.patch;patch=1"
-S = "${WORKDIR}/socat-1.3"
-
-inherit autotools
-
-do_install_prepend () {
- install -d ${D}/${bindir} ${D}/${mandir}/man1
-}