From 0a435c8a4acacbc7df49ed64a09729ea4bd922f5 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 25 Feb 2013 10:37:50 -0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-connectivity/socat/socat_1.7.2.1.bb | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta/recipes-connectivity/socat/socat_1.7.2.1.bb (limited to 'meta/recipes-connectivity/socat/socat_1.7.2.1.bb') 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 @@ +DESCRIPTION = "Socat is a relay for bidirectional data \ +transfer between two independent data channels." +HOMEPAGE = "http://www.dest-unreach.org/socat/" + +SECTION = "console/network" + +DEPENDS = "openssl readline" + +LICENSE = "GPL-2.0+-with-OpenSSL-exception" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://README;beginline=252;endline=282;md5=79246f11a1db0b6ccec54d1fb711c01e" + + +PR = "r0" +SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=src \ + file://compile.patch" + +SRC_URI[src.md5sum] = "7ddfea7e9e85f868670f94d3ea08358b" +SRC_URI[src.sha256sum] = "faea2ed6c63bb97a59237fd43b7c35ad248317297e8bfeb2e6f2ec1e6bc58277" + +EXTRA_OECONF = " --disable-termios " + +inherit autotools + +do_install_prepend () { + mkdir -p ${D}${bindir} + install -d ${D}${bindir} ${D}${mandir}/man1 +} -- cgit v1.2.3-54-g00ecf