diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-07-01 19:26:03 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-07-12 08:47:58 +0400 |
commit | f65a2a31d30291ce81ce3b4042b41cf66bb41810 (patch) | |
tree | b7dcf70490885f9c5730bfae40706830c162b6c5 /recipes | |
parent | ac8b14020e0f6ea4cdfd94c1db971ac9f4895f4f (diff) |
pacemaker: update to version 1.0.9.1
* bugfix release, considered as safe upgrade
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes')
-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}" |