]> code.ossystems Code Review - openembedded-core.git/commitdiff
socat: Update to 1.7.2.2
authorSaul Wold <sgw@linux.intel.com>
Wed, 12 Jun 2013 05:56:41 +0000 (22:56 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Jun 2013 16:37:55 +0000 (17:37 +0100)
COPYING changed formating and address, no license changes

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-connectivity/socat/socat_1.7.2.2.bb [moved from meta/recipes-connectivity/socat/socat_1.7.2.1.bb with 79% similarity]

similarity index 79%
rename from meta/recipes-connectivity/socat/socat_1.7.2.1.bb
rename to meta/recipes-connectivity/socat/socat_1.7.2.2.bb
index 43c2d589412a2b51846c4c080e5f7318352cc9dd..2f0ee683a959beaa36a0181184c4d659588d3fdb 100644 (file)
@@ -7,23 +7,22 @@ SECTION = "console/network"
 DEPENDS = "openssl readline"
 
 LICENSE = "GPL-2.0+-with-OpenSSL-exception"
-LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \
                     file://README;beginline=252;endline=282;md5=79246f11a1db0b6ccec54d1fb711c01e"
 
 
-PR = "r0"
-SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=src \
+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"
+
 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 \
 "
 
-SRC_URI[src.md5sum] = "7ddfea7e9e85f868670f94d3ea08358b"
-SRC_URI[src.sha256sum] = "faea2ed6c63bb97a59237fd43b7c35ad248317297e8bfeb2e6f2ec1e6bc58277"
-
 inherit autotools
 
 do_configure_prepend() {