pacemaker: fix volatiles
authorRoman I Khimov <khimov@altell.ru>
Fri, 23 Apr 2010 09:49:04 +0000 (13:49 +0400)
committerRoman I Khimov <khimov@altell.ru>
Fri, 23 Apr 2010 18:49:08 +0000 (22:49 +0400)
populate-volatile.sh doesn't like blank lines in volatile files.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/pacemaker/files/volatiles
recipes/pacemaker/pacemaker_1.0.8.bb

index 50a55be..9ad1434 100644 (file)
@@ -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
-
-
index f531d7e..1cbbda3 100644 (file)
@@ -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 \