aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/socat/socat_1.7.1.2.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-17 11:40:53 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-17 14:02:10 +0800
commit9912eb3d0b73418219c963ca865faeee111f304d (patch)
tree1d830a3db7076ee3fc84eb19e1f23d89703b5758 /recipes/socat/socat_1.7.1.2.bb
parent394d321684eec271bc55438e3c01f74825d80988 (diff)
downloadopenembedded-9912eb3d0b73418219c963ca865faeee111f304d.tar.gz
socat: Upgrade to version 1.7.1.2
Upgrade socat to the latest available version
Diffstat (limited to 'recipes/socat/socat_1.7.1.2.bb')
-rw-r--r--recipes/socat/socat_1.7.1.2.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/socat/socat_1.7.1.2.bb b/recipes/socat/socat_1.7.1.2.bb
new file mode 100644
index 0000000000..769d3a73d6
--- /dev/null
+++ b/recipes/socat/socat_1.7.1.2.bb
@@ -0,0 +1,19 @@
+SECTION = "console/network"
+DEPENDS = "openssl"
+DESCRIPTION = "Socat is a relay for bidirectional data \
+transfer between two independent data channels."
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://www.dest-unreach.org/socat/download/Archive/socat-${PV}.tar.bz2;name=src \
+ file://compile.patch;patch=1"
+SRC_URI[src.md5sum] = "9c0c5e83ce665f38d4d3aababad275eb"
+SRC_URI[src.sha256sum] = "f7395b154914bdaa49805603aac2a90fb3d60255f95691d7779ab4680615e167"
+EXTRA_OECONF = " --disable-termios "
+
+inherit autotools
+
+do_install_prepend () {
+ mkdir -p ${D}${bindir}
+ install -d ${D}${bindir} ${D}${mandir}/man1
+}