summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2021-01-22 15:15:46 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-23 17:08:54 +0000
commitd1fb52f6bc33d8cb6579084c0408458aed2fd80b (patch)
tree43fcc2807691b98cb61dc2c7ea601f8ecb0e893b
parent3807c6d9a78ac8ade24c9c69cfe2b9624c49a20d (diff)
downloadpoky-d1fb52f6bc33d8cb6579084c0408458aed2fd80b.tar.gz
socat: upgrade 1.7.3.4 ->1.7.4.1
README updated: version updated add descrition of platform specifics - Debian (From OE-Core rev: d2bd5a0df7d81e167b718d0f65b7426d62701f2e) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-connectivity/socat/socat_1.7.4.1.bb (renamed from meta/recipes-connectivity/socat/socat_1.7.3.4.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/socat/socat_1.7.3.4.bb b/meta/recipes-connectivity/socat/socat_1.7.4.1.bb
index f3f569d262..5a13af91bc 100644
--- a/meta/recipes-connectivity/socat/socat_1.7.3.4.bb
+++ b/meta/recipes-connectivity/socat/socat_1.7.4.1.bb
@@ -7,13 +7,13 @@ SECTION = "console/network"
7 7
8LICENSE = "GPL-2.0-with-OpenSSL-exception" 8LICENSE = "GPL-2.0-with-OpenSSL-exception"
9LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
10 file://README;beginline=257;endline=287;md5=338c05eadd013872abb1d6e198e10a3f" 10 file://README;beginline=257;endline=287;md5=82520b052f322ac2b5b3dfdc7c7eea86"
11 11
12SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \ 12SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \
13" 13"
14 14
15SRC_URI[md5sum] = "3cca4f8cd9d2d1caabd9cc099451bac9" 15SRC_URI[md5sum] = "36cad050ecf4981ab044c3fbd75c643f"
16SRC_URI[sha256sum] = "972374ca86f65498e23e3259c2ee1b8f9dbeb04d12c2a78c0c9b5d1cb97dfdfc" 16SRC_URI[sha256sum] = "3faca25614e89123dff5045680549ecef519d02e331aaf3c4f5a8f6837c675e9"
17 17
18inherit autotools 18inherit autotools
19 19