[oe-commits] Roman I Khimov : pacemaker: update to version 1.0.9.1

git version control git at git.openembedded.org
Mon Jul 12 04:51:56 UTC 2010


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

Author: Roman I Khimov <khimov at altell.ru>
Date:   Thu Jul  1 19:26:03 2010 +0400

pacemaker: update to version 1.0.9.1

* bugfix release, considered as safe upgrade

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

---

 .../fix-header-defs-lookup.patch                   |    0 
 .../pacemaker-dont-use-help2man.patch              |    0 
 .../pacemaker-remove-native-includes.patch         |    0 
 .../{pacemaker_1.0.8.bb => pacemaker_1.0.9.1.bb}   |    8 ++++----
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/pacemaker/pacemaker-1.0.8/fix-header-defs-lookup.patch b/recipes/pacemaker/pacemaker-1.0.9.1/fix-header-defs-lookup.patch
similarity index 100%
rename from recipes/pacemaker/pacemaker-1.0.8/fix-header-defs-lookup.patch
rename to recipes/pacemaker/pacemaker-1.0.9.1/fix-header-defs-lookup.patch
diff --git a/recipes/pacemaker/pacemaker-1.0.8/pacemaker-dont-use-help2man.patch b/recipes/pacemaker/pacemaker-1.0.9.1/pacemaker-dont-use-help2man.patch
similarity index 100%
rename from recipes/pacemaker/pacemaker-1.0.8/pacemaker-dont-use-help2man.patch
rename to recipes/pacemaker/pacemaker-1.0.9.1/pacemaker-dont-use-help2man.patch
diff --git a/recipes/pacemaker/pacemaker-1.0.8/pacemaker-remove-native-includes.patch b/recipes/pacemaker/pacemaker-1.0.9.1/pacemaker-remove-native-includes.patch
similarity index 100%
rename from recipes/pacemaker/pacemaker-1.0.8/pacemaker-remove-native-includes.patch
rename to recipes/pacemaker/pacemaker-1.0.9.1/pacemaker-remove-native-includes.patch
diff --git a/recipes/pacemaker/pacemaker_1.0.8.bb b/recipes/pacemaker/pacemaker_1.0.9.1.bb
similarity index 93%
rename from recipes/pacemaker/pacemaker_1.0.8.bb
rename to recipes/pacemaker/pacemaker_1.0.9.1.bb
index fb8c9dd..652b0c6 100644
--- a/recipes/pacemaker/pacemaker_1.0.8.bb
+++ b/recipes/pacemaker/pacemaker_1.0.9.1.bb
@@ -16,18 +16,18 @@ DEPENDS = " \
 	"
 RDEPENDS_${PN} += "openais"
 
-PR = "r4"
+PR = "r0"
 
 SRC_URI = " \
-	http://hg.clusterlabs.org/pacemaker/stable-1.0/archive/Pacemaker-${PV}.tar.bz2;name=tar \
+	http://hg.clusterlabs.org/pacemaker/stable-1.0/archive/Pacemaker-${PV}.tar.bz2 \
 	file://pacemaker-remove-native-includes.patch \
 	file://pacemaker-dont-use-help2man.patch \
 	file://fix-header-defs-lookup.patch \
 	file://volatiles \
 	"
 SRC_URI_append_libc-uclibc = " file://kill-stack-protector.patch"
-SRC_URI[tar.md5sum] = "088569ca893fe9f2239b68abe2856132"
-SRC_URI[tar.sha256sum] = "07e2e5559720890603baac96aa7635ff02f0b33ead592977554e661c6afe7b55"
+SRC_URI[md5sum] = "c844d98a5e6163192dd9f073ba9856ff"
+SRC_URI[sha256sum] = "55b30bf018720f28d92c22519cbb26ebedb5c511dbeedb7e2c2a2712034ebd92"
 inherit autotools_stage python-dir
 
 S = "${WORKDIR}/Pacemaker-1-0-Pacemaker-${PV}"





More information about the Openembedded-commits mailing list