[oe-commits] Roman I Khimov : corosync: fix volatiles

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


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

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

corosync: fix volatiles

populate-volatile.sh doesn't like blank lines in volatile files.

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

---

 recipes/corosync/corosync_1.2.0.bb |    2 ++
 recipes/corosync/files/volatiles   |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/corosync/corosync_1.2.0.bb b/recipes/corosync/corosync_1.2.0.bb
index 758f455..0382016 100644
--- a/recipes/corosync/corosync_1.2.0.bb
+++ b/recipes/corosync/corosync_1.2.0.bb
@@ -1,6 +1,8 @@
 DESCRIPTION = "OSI Certified implementation of a complete cluster engine"
 LICENSE = "BSD"
 
+PR = "r1"
+
 SRC_URI = " \
 	ftp://ftp@corosync.org/downloads/corosync-${PV}/corosync-${PV}.tar.gz;name=tar \
 	file://fix-lcrso-linkage.patch;patch=1 \
diff --git a/recipes/corosync/files/volatiles b/recipes/corosync/files/volatiles
index d778fe1..2dc6eec 100644
--- a/recipes/corosync/files/volatiles
+++ b/recipes/corosync/files/volatiles
@@ -1,2 +1 @@
 d hacluster haclient 0755 /var/lib/corosync none
-





More information about the Openembedded-commits mailing list