[oe-commits] Roman I Khimov : pacemaker: 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: c36d284c99241e64d56ffcd6bab3e248d16fe058
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c36d284c99241e64d56ffcd6bab3e248d16fe058

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

pacemaker: fix volatiles

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

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

---

 recipes/pacemaker/files/volatiles    |    2 --
 recipes/pacemaker/pacemaker_1.0.8.bb |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/pacemaker/files/volatiles b/recipes/pacemaker/files/volatiles
index 50a55be..9ad1434 100644
--- a/recipes/pacemaker/files/volatiles
+++ b/recipes/pacemaker/files/volatiles
@@ -3,5 +3,3 @@ d hacluster haclient 0755 /var/lib/pengine none
 d hacluster haclient 0755 /var/run/heartbeat none
 d hacluster haclient 0755 /var/run/heartbeat/rsctmp none
 d hacluster haclient 0755 /var/run/crm none
-
-
diff --git a/recipes/pacemaker/pacemaker_1.0.8.bb b/recipes/pacemaker/pacemaker_1.0.8.bb
index f531d7e..1cbbda3 100644
--- a/recipes/pacemaker/pacemaker_1.0.8.bb
+++ b/recipes/pacemaker/pacemaker_1.0.8.bb
@@ -16,7 +16,7 @@ DEPENDS = " \
 	"
 RDEPENDS_${PN} += "openais"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = " \
 	http://hg.clusterlabs.org/pacemaker/stable-1.0/archive/Pacemaker-${PV}.tar.bz2;name=tar \





More information about the Openembedded-commits mailing list