[oe-commits] Roman I Khimov : corosync: update to version 1.2.1

git version control git at git.openembedded.org
Fri Apr 23 18:50:09 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4fc81a5cf4ae6c2b6a6187223874682eb2cfa1c4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4fc81a5cf4ae6c2b6a6187223874682eb2cfa1c4

Author: Roman I Khimov <khimov at altell.ru>
Date:   Fri Apr 23 17:39:12 2010 +0400

corosync: update to version 1.2.1

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 .../{corosync_1.2.0.bb => corosync_1.2.1.bb}       |    6 +++---
 recipes/corosync/files/corosync.conf               |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/corosync/corosync_1.2.0.bb b/recipes/corosync/corosync_1.2.1.bb
similarity index 86%
rename from recipes/corosync/corosync_1.2.0.bb
rename to recipes/corosync/corosync_1.2.1.bb
index 0382016..5a86d87 100644
--- a/recipes/corosync/corosync_1.2.0.bb
+++ b/recipes/corosync/corosync_1.2.1.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "OSI Certified implementation of a complete cluster engine"
 LICENSE = "BSD"
 
-PR = "r1"
+PR = "r0"
 
 SRC_URI = " \
 	ftp://ftp@corosync.org/downloads/corosync-${PV}/corosync-${PV}.tar.gz;name=tar \
@@ -10,8 +10,8 @@ SRC_URI = " \
 	file://corosync.conf \
 	file://volatiles \
 	"
-SRC_URI[tar.md5sum] = "789bea831a97977e56900477c3022cc1"
-SRC_URI[tar.sha256sum] = "3cee3be9f747c7031da9eafdffa5e3009513f4ac93ce021a49574e3de1fd93f0"
+SRC_URI[tar.md5sum] = "cba5eb5da41630f53e54b90c449c056d"
+SRC_URI[tar.sha256sum] = "d919d9817c4cde9e3d38e6f79731d9e1cd53485c6160bd253d888fa58a87a43d"
 
 inherit autotools_stage update-rc.d
 
diff --git a/recipes/corosync/files/corosync.conf b/recipes/corosync/files/corosync.conf
index 4caea96..f84679f 100644
--- a/recipes/corosync/files/corosync.conf
+++ b/recipes/corosync/files/corosync.conf
@@ -35,7 +35,7 @@ totem {
 
 logging {
 	fileline: off
-	to_stderr: yes
+	to_stderr: no
 	to_logfile: yes
 	to_syslog: yes
 	logfile: /var/log/corosync.log





More information about the Openembedded-commits mailing list