corosync: update to version 1.2.3
authorRoman I Khimov <khimov@altell.ru>
Mon, 24 May 2010 08:40:00 +0000 (12:40 +0400)
committerRoman I Khimov <khimov@altell.ru>
Thu, 10 Jun 2010 18:59:51 +0000 (22:59 +0400)
 * bug fix release, considered as safe upgrade
 * remove init file installed by default (we have our own)

Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/corosync/corosync_1.2.3.bb [moved from recipes/corosync/corosync_1.2.1.bb with 82% similarity]

similarity index 82%
rename from recipes/corosync/corosync_1.2.1.bb
rename to recipes/corosync/corosync_1.2.3.bb
index 9ebea88..9aa1528 100644 (file)
@@ -4,14 +4,14 @@ LICENSE = "BSD"
 PR = "r0"
 
 SRC_URI = " \
-       ftp://ftp@corosync.org/downloads/corosync-${PV}/corosync-${PV}.tar.gz;name=tar \
+       ftp://ftp@corosync.org/downloads/corosync-${PV}/corosync-${PV}.tar.gz \
        file://fix-lcrso-linkage.patch \
        file://init \
        file://corosync.conf \
        file://volatiles \
        "
-SRC_URI[tar.md5sum] = "cba5eb5da41630f53e54b90c449c056d"
-SRC_URI[tar.sha256sum] = "d919d9817c4cde9e3d38e6f79731d9e1cd53485c6160bd253d888fa58a87a43d"
+SRC_URI[md5sum] = "03b8cc311619c07ae1a84a5d59f13d0b"
+SRC_URI[sha256sum] = "4dd2aa43d82bb22c9bfed146da4ea2e07134d413a42f164dff86da9f34719fc9"
 
 inherit autotools_stage update-rc.d
 
@@ -24,6 +24,8 @@ FILES_${PN}-dbg += "${libexecdir}/lcrso/.debug"
 do_install_append() {
        install -d ${D}/${sysconfdir}/init.d
        install -d ${D}${sysconfdir}/default/volatiles
+       # Original init script is too bashy
+       rm -f ${D}/${sysconfdir}/init.d/corosync
        install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/corosync-daemon
        install -m 0644 ${WORKDIR}/corosync.conf ${D}/${sysconfdir}/corosync/corosync.conf.example
        install -m 0644 ${WORKDIR}/volatiles ${D}${sysconfdir}/default/volatiles/05_corosync