summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/socat/socat_1.7.2.1.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-02-25 10:37:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-28 23:15:50 +0000
commit0a435c8a4acacbc7df49ed64a09729ea4bd922f5 (patch)
treea625c1b841c618904fa5e4af4c848716101ba00f /meta/recipes-connectivity/socat/socat_1.7.2.1.bb
parent90a9df294626fb2cf6941d7b4b3c1009dc95362a (diff)
downloadpoky-0a435c8a4acacbc7df49ed64a09729ea4bd922f5.tar.gz
socat: Update to 1.7.2.1
Changed LIC_FILES_CHKSUM due to whitespace and GNU address difference (From OE-Core rev: e2294db8e31aacdc27204e0b0fe5ff9221ee768a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/socat/socat_1.7.2.1.bb')
-rw-r--r--meta/recipes-connectivity/socat/socat_1.7.2.1.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.1.bb b/meta/recipes-connectivity/socat/socat_1.7.2.1.bb
new file mode 100644
index 0000000000..950e1e5384
--- /dev/null
+++ b/meta/recipes-connectivity/socat/socat_1.7.2.1.bb
@@ -0,0 +1,28 @@
1DESCRIPTION = "Socat is a relay for bidirectional data \
2transfer between two independent data channels."
3HOMEPAGE = "http://www.dest-unreach.org/socat/"
4
5SECTION = "console/network"
6
7DEPENDS = "openssl readline"
8
9LICENSE = "GPL-2.0+-with-OpenSSL-exception"
10LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
11 file://README;beginline=252;endline=282;md5=79246f11a1db0b6ccec54d1fb711c01e"
12
13
14PR = "r0"
15SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=src \
16 file://compile.patch"
17
18SRC_URI[src.md5sum] = "7ddfea7e9e85f868670f94d3ea08358b"
19SRC_URI[src.sha256sum] = "faea2ed6c63bb97a59237fd43b7c35ad248317297e8bfeb2e6f2ec1e6bc58277"
20
21EXTRA_OECONF = " --disable-termios "
22
23inherit autotools
24
25do_install_prepend () {
26 mkdir -p ${D}${bindir}
27 install -d ${D}${bindir} ${D}${mandir}/man1
28}