aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/socat/socat_1.7.2.2.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2014-02-13 10:54:05 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-14 12:31:03 +0000
commit5d509fde3acc3dd94a259dc171a9331367d250cc (patch)
treed942102136f01d50003550f405cadc93fb91b29b /meta/recipes-connectivity/socat/socat_1.7.2.2.bb
parent295c6c1452c8789a8b1d0090ff09a5cd7cf16507 (diff)
downloadopenembedded-core-contrib-5d509fde3acc3dd94a259dc171a9331367d250cc.tar.gz
socat: upgrade to 1.7.2.3
The package has been successfully compiled for all major architectures. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.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.bb40
1 files changed, 0 insertions, 40 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
deleted file mode 100644
index 398caa350a..0000000000
--- a/meta/recipes-connectivity/socat/socat_1.7.2.2.bb
+++ /dev/null
@@ -1,40 +0,0 @@
-SUMMARY = "Multipurpose relay for bidirectional data transfer"
-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=18810669f13b87348459e611d31ab760 \
- file://README;beginline=252;endline=282;md5=79246f11a1db0b6ccec54d1fb711c01e"
-
-
-SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \
- file://compile.patch \
- file://fix-xxx_SHIFT-autoheader.patch"
-
-SRC_URI[md5sum] = "39231e512d8052f328552865df15d42f"
-SRC_URI[sha256sum] = "9a167af11a4d3809cbc66f5e2dcb39b6e371251282ef5de6ea6ff0c4be8a953c"
-
-PACKAGECONFIG ??= "tcp-wrappers"
-PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
-
-EXTRA_OECONF += "ac_cv_have_z_modifier=yes sc_cv_sys_crdly_shift=9 \
- sc_cv_sys_tabdly_shift=11 sc_cv_sys_csize_shift=4 \
- ac_cv_ispeed_offset=13 \
-"
-
-inherit autotools
-
-do_configure_prepend() {
- sed '/AC_DEFINE_UNQUOTED(ISPEED_OFFSET/a\AC_DEFINE(OSPEED_OFFSET,\
-(ISPEED_OFFSET+1)\ ,\ [have\ ospeed\ offset])' -i ${S}/configure.in
-}
-
-do_install_prepend () {
- mkdir -p ${D}${bindir}
- install -d ${D}${bindir} ${D}${mandir}/man1
-}