diff options
Diffstat (limited to 'socat')
-rw-r--r-- | socat/socat_1.3.2.1.bb | 0 | ||||
-rw-r--r-- | socat/socat_1.3.2.1.oe | 14 |
2 files changed, 0 insertions, 14 deletions
diff --git a/socat/socat_1.3.2.1.bb b/socat/socat_1.3.2.1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/socat/socat_1.3.2.1.bb 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 -} |