[oe-commits] Saul Wold : socat: Update to 1.7.2.1

git at git.openembedded.org git at git.openembedded.org
Thu Feb 28 23:15:55 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: e2294db8e31aacdc27204e0b0fe5ff9221ee768a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e2294db8e31aacdc27204e0b0fe5ff9221ee768a

Author: Saul Wold <sgw at linux.intel.com>
Date:   Mon Feb 25 10:37:50 2013 -0800

socat: Update to 1.7.2.1

Changed LIC_FILES_CHKSUM due to whitespace and GNU address difference

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../socat/{socat_1.7.2.0.bb => socat_1.7.2.1.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
similarity index 73%
rename from meta/recipes-connectivity/socat/socat_1.7.2.0.bb
rename to meta/recipes-connectivity/socat/socat_1.7.2.1.bb
index 33004e3..950e1e5 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"
 DEPENDS = "openssl readline"
 
 LICENSE = "GPL-2.0+-with-OpenSSL-exception"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+                    file://README;beginline=252;endline=282;md5=79246f11a1db0b6ccec54d1fb711c01e"
+
 
-PR = "r1"
+PR = "r0"
 SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=src \
            file://compile.patch"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \
-                    file://README;beginline=252;endline=282;md5=79246f11a1db0b6ccec54d1fb711c01e"
-
-SRC_URI[src.md5sum] = "eb563dd00b9d39a49fb62a677fc941fe"
-SRC_URI[src.sha256sum] = "59b3bde927c14fbc3f9e42c782971710da8a89bbf46f7531f09a681754041802"
+SRC_URI[src.md5sum] = "7ddfea7e9e85f868670f94d3ea08358b"
+SRC_URI[src.sha256sum] = "faea2ed6c63bb97a59237fd43b7c35ad248317297e8bfeb2e6f2ec1e6bc58277"
 
 EXTRA_OECONF = " --disable-termios "
 





More information about the Openembedded-commits mailing list