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 | |
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')
-rw-r--r-- | meta/recipes-connectivity/socat/socat_1.7.2.2.bb (renamed from meta/recipes-connectivity/socat/socat_1.7.2.1.bb) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.1.bb b/meta/recipes-connectivity/socat/socat_1.7.2.2.bb index 43c2d58941..2f0ee683a9 100644 --- a/meta/recipes-connectivity/socat/socat_1.7.2.1.bb +++ b/meta/recipes-connectivity/socat/socat_1.7.2.2.bb | |||
@@ -7,23 +7,22 @@ SECTION = "console/network" | |||
7 | DEPENDS = "openssl readline" | 7 | DEPENDS = "openssl readline" |
8 | 8 | ||
9 | LICENSE = "GPL-2.0+-with-OpenSSL-exception" | 9 | LICENSE = "GPL-2.0+-with-OpenSSL-exception" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \ |
11 | file://README;beginline=252;endline=282;md5=79246f11a1db0b6ccec54d1fb711c01e" | 11 | file://README;beginline=252;endline=282;md5=79246f11a1db0b6ccec54d1fb711c01e" |
12 | 12 | ||
13 | 13 | ||
14 | PR = "r0" | 14 | SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \ |
15 | SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=src \ | ||
16 | file://compile.patch \ | 15 | file://compile.patch \ |
17 | file://fix-xxx_SHIFT-autoheader.patch" | 16 | file://fix-xxx_SHIFT-autoheader.patch" |
18 | 17 | ||
18 | SRC_URI[md5sum] = "39231e512d8052f328552865df15d42f" | ||
19 | SRC_URI[sha256sum] = "9a167af11a4d3809cbc66f5e2dcb39b6e371251282ef5de6ea6ff0c4be8a953c" | ||
20 | |||
19 | EXTRA_OECONF += "ac_cv_have_z_modifier=yes sc_cv_sys_crdly_shift=9 \ | 21 | EXTRA_OECONF += "ac_cv_have_z_modifier=yes sc_cv_sys_crdly_shift=9 \ |
20 | sc_cv_sys_tabdly_shift=11 sc_cv_sys_csize_shift=4 \ | 22 | sc_cv_sys_tabdly_shift=11 sc_cv_sys_csize_shift=4 \ |
21 | ac_cv_ispeed_offset=13 \ | 23 | ac_cv_ispeed_offset=13 \ |
22 | " | 24 | " |
23 | 25 | ||
24 | SRC_URI[src.md5sum] = "7ddfea7e9e85f868670f94d3ea08358b" | ||
25 | SRC_URI[src.sha256sum] = "faea2ed6c63bb97a59237fd43b7c35ad248317297e8bfeb2e6f2ec1e6bc58277" | ||
26 | |||
27 | inherit autotools | 26 | inherit autotools |
28 | 27 | ||
29 | do_configure_prepend() { | 28 | do_configure_prepend() { |