diff options
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/socat/socat_1.7.2.1.bb (renamed from meta/recipes-connectivity/socat/socat_1.7.2.0.bb) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.0.bb b/meta/recipes-connectivity/socat/socat_1.7.2.1.bb index 33004e30b5..950e1e5384 100644 --- a/meta/recipes-connectivity/socat/socat_1.7.2.0.bb +++ b/meta/recipes-connectivity/socat/socat_1.7.2.1.bb | |||
@@ -7,16 +7,16 @@ 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 \ | ||
11 | file://README;beginline=252;endline=282;md5=79246f11a1db0b6ccec54d1fb711c01e" | ||
12 | |||
10 | 13 | ||
11 | PR = "r1" | 14 | PR = "r0" |
12 | SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=src \ | 15 | SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=src \ |
13 | file://compile.patch" | 16 | file://compile.patch" |
14 | 17 | ||
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \ | 18 | SRC_URI[src.md5sum] = "7ddfea7e9e85f868670f94d3ea08358b" |
16 | file://README;beginline=252;endline=282;md5=79246f11a1db0b6ccec54d1fb711c01e" | 19 | SRC_URI[src.sha256sum] = "faea2ed6c63bb97a59237fd43b7c35ad248317297e8bfeb2e6f2ec1e6bc58277" |
17 | |||
18 | SRC_URI[src.md5sum] = "eb563dd00b9d39a49fb62a677fc941fe" | ||
19 | SRC_URI[src.sha256sum] = "59b3bde927c14fbc3f9e42c782971710da8a89bbf46f7531f09a681754041802" | ||
20 | 20 | ||
21 | EXTRA_OECONF = " --disable-termios " | 21 | EXTRA_OECONF = " --disable-termios " |
22 | 22 | ||