aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pacemaker
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pacemaker')
-rw-r--r--recipes/pacemaker/pacemaker-1.0.9.1/fix-header-defs-lookup.patch (renamed from recipes/pacemaker/pacemaker-1.0.8/fix-header-defs-lookup.patch)0
-rw-r--r--recipes/pacemaker/pacemaker-1.0.9.1/pacemaker-dont-use-help2man.patch (renamed from recipes/pacemaker/pacemaker-1.0.8/pacemaker-dont-use-help2man.patch)0
-rw-r--r--recipes/pacemaker/pacemaker-1.0.9.1/pacemaker-remove-native-includes.patch (renamed from recipes/pacemaker/pacemaker-1.0.8/pacemaker-remove-native-includes.patch)0
-rw-r--r--recipes/pacemaker/pacemaker_1.0.9.1.bb (renamed from recipes/pacemaker/pacemaker_1.0.8.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
index 02ce26ec90..02ce26ec90 100644
--- 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
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
index da970d5079..da970d5079 100644
--- 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
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
index a16854024c..a16854024c 100644
--- 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
diff --git a/recipes/pacemaker/pacemaker_1.0.8.bb b/recipes/pacemaker/pacemaker_1.0.9.1.bb
index fb8c9dd5fc..652b0c657d 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}"