diff options
| author | Saul Wold <sgw@linux.intel.com> | 2013-06-11 22:56:41 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-13 17:38:08 +0100 |
| commit | 650f30c7098cc76053a9d040ba7f53b1f7a12e56 (patch) | |
| tree | c4819b953def0781d7c7220dc03245da8de64cfd /meta/recipes-connectivity/socat/socat_1.7.2.2.bb | |
| parent | b85b6118d5e0dcf8c49af956c1bbca80ec13f8c3 (diff) | |
| download | poky-650f30c7098cc76053a9d040ba7f53b1f7a12e56.tar.gz | |
socat: Update to 1.7.2.2
COPYING changed formating and address, no license changes
(From OE-Core rev: e83bc6b5f68b12c2a989001f2cdac02b46bb3c9b)
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.2.bb')
| -rw-r--r-- | meta/recipes-connectivity/socat/socat_1.7.2.2.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.2.bb b/meta/recipes-connectivity/socat/socat_1.7.2.2.bb new file mode 100644 index 0000000000..2f0ee683a9 --- /dev/null +++ b/meta/recipes-connectivity/socat/socat_1.7.2.2.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | DESCRIPTION = "Socat is a relay for bidirectional data \ | ||
| 2 | transfer between two independent data channels." | ||
| 3 | HOMEPAGE = "http://www.dest-unreach.org/socat/" | ||
| 4 | |||
| 5 | SECTION = "console/network" | ||
| 6 | |||
| 7 | DEPENDS = "openssl readline" | ||
| 8 | |||
| 9 | LICENSE = "GPL-2.0+-with-OpenSSL-exception" | ||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \ | ||
| 11 | file://README;beginline=252;endline=282;md5=79246f11a1db0b6ccec54d1fb711c01e" | ||
| 12 | |||
| 13 | |||
| 14 | SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \ | ||
| 15 | file://compile.patch \ | ||
| 16 | file://fix-xxx_SHIFT-autoheader.patch" | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "39231e512d8052f328552865df15d42f" | ||
| 19 | SRC_URI[sha256sum] = "9a167af11a4d3809cbc66f5e2dcb39b6e371251282ef5de6ea6ff0c4be8a953c" | ||
| 20 | |||
| 21 | EXTRA_OECONF += "ac_cv_have_z_modifier=yes sc_cv_sys_crdly_shift=9 \ | ||
| 22 | sc_cv_sys_tabdly_shift=11 sc_cv_sys_csize_shift=4 \ | ||
| 23 | ac_cv_ispeed_offset=13 \ | ||
| 24 | " | ||
| 25 | |||
| 26 | inherit autotools | ||
| 27 | |||
| 28 | do_configure_prepend() { | ||
| 29 | sed '/AC_DEFINE_UNQUOTED(ISPEED_OFFSET/a\AC_DEFINE(OSPEED_OFFSET,\ | ||
| 30 | (ISPEED_OFFSET+1)\ ,\ [have\ ospeed\ offset])' -i ${S}/configure.in | ||
| 31 | } | ||
| 32 | |||
| 33 | do_install_prepend () { | ||
| 34 | mkdir -p ${D}${bindir} | ||
| 35 | install -d ${D}${bindir} ${D}${mandir}/man1 | ||
| 36 | } | ||
