From 0a435c8a4acacbc7df49ed64a09729ea4bd922f5 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 25 Feb 2013 10:37:50 -0800 Subject: socat: Update to 1.7.2.1 Changed LIC_FILES_CHKSUM due to whitespace and GNU address difference (From OE-Core rev: e2294db8e31aacdc27204e0b0fe5ff9221ee768a) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-connectivity/socat/socat_1.7.2.0.bb | 28 ------------------------ meta/recipes-connectivity/socat/socat_1.7.2.1.bb | 28 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta/recipes-connectivity/socat/socat_1.7.2.0.bb create mode 100644 meta/recipes-connectivity/socat/socat_1.7.2.1.bb (limited to 'meta/recipes-connectivity/socat') diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.0.bb b/meta/recipes-connectivity/socat/socat_1.7.2.0.bb deleted file mode 100644 index 33004e30b5..0000000000 --- a/meta/recipes-connectivity/socat/socat_1.7.2.0.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "Socat is a relay for bidirectional data \ -transfer between two independent data channels." -HOMEPAGE = "http://www.dest-unreach.org/socat/" - -SECTION = "console/network" - -DEPENDS = "openssl readline" - -LICENSE = "GPL-2.0+-with-OpenSSL-exception" - -PR = "r1" -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" - -EXTRA_OECONF = " --disable-termios " - -inherit autotools - -do_install_prepend () { - mkdir -p ${D}${bindir} - install -d ${D}${bindir} ${D}${mandir}/man1 -} diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.1.bb b/meta/recipes-connectivity/socat/socat_1.7.2.1.bb new file mode 100644 index 0000000000..950e1e5384 --- /dev/null +++ b/meta/recipes-connectivity/socat/socat_1.7.2.1.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Socat is a relay for bidirectional data \ +transfer between two independent data channels." +HOMEPAGE = "http://www.dest-unreach.org/socat/" + +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 = "r0" +SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=src \ + file://compile.patch" + +SRC_URI[src.md5sum] = "7ddfea7e9e85f868670f94d3ea08358b" +SRC_URI[src.sha256sum] = "faea2ed6c63bb97a59237fd43b7c35ad248317297e8bfeb2e6f2ec1e6bc58277" + +EXTRA_OECONF = " --disable-termios " + +inherit autotools + +do_install_prepend () { + mkdir -p ${D}${bindir} + install -d ${D}${bindir} ${D}${mandir}/man1 +} -- cgit v1.2.3-54-g00ecf