summaryrefslogtreecommitdiffstats
path: root/recipes/linux-ha
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-04-23 18:59:28 +0400
committerRoman I Khimov <khimov@altell.ru>2010-04-23 22:49:10 +0400
commit7b77d8014539fd31a0bc400b58e8b9d0a3d1ba00 (patch)
treee82fb3fae1e7d35fcd46fd968fc00787edfb0e42 /recipes/linux-ha
parentf5e68df4f2fd94e9a9e459bd36dd7840fc8dd845 (diff)
downloadopenembedded-7b77d8014539fd31a0bc400b58e8b9d0a3d1ba00.tar.gz
cluster-resource-agents: update to version 1.0.3
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/linux-ha')
-rw-r--r--recipes/linux-ha/cluster-resource-agents_1.0.3.bb (renamed from recipes/linux-ha/cluster-resource-agents_1.0.2.bb)29
1 files changed, 17 insertions, 12 deletions
diff --git a/recipes/linux-ha/cluster-resource-agents_1.0.2.bb b/recipes/linux-ha/cluster-resource-agents_1.0.3.bb
index 1871eee4cd..58da21445a 100644
--- a/recipes/linux-ha/cluster-resource-agents_1.0.2.bb
+++ b/recipes/linux-ha/cluster-resource-agents_1.0.3.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "OCF resource agents for use by compatible cluster managers"
LICENSE = "GPL"
DEPENDS = "cluster-glue"
-PR = "r3"
+PR = "r0"
SRC_URI = " \
http://hg.linux-ha.org/agents/archive/agents-${PV}.tar.bz2;name=tar \
@@ -10,8 +10,8 @@ SRC_URI = " \
file://disable-doc-build.patch;patch=1 \
"
SRC_URI_append_libc-uclibc = " file://kill-stack-protector.patch;patch=1"
-SRC_URI[tar.md5sum] = "b536dea1b1f642bdc3607cb85ea0b89d"
-SRC_URI[tar.sha256sum] = "c5a1ea9a83c578672cd475ab4af5c2e40736669bae0eb70bb9bb6124074e5e5e"
+SRC_URI[tar.md5sum] = "fcaa2cfd83a28d1965200e11db2ddd41"
+SRC_URI[tar.sha256sum] = "09b58332e34cf128c8d53d5bb4b3f61e402c2e0c0c809f5abae53ca144ad101e"
inherit autotools_stage
@@ -28,7 +28,7 @@ S = "${WORKDIR}/Cluster-Resource-Agents-agents-${PV}"
# The code itself doesn't look that bad, so just disable -Werror
EXTRA_OECONF_arm += "--disable-fatal-warnings"
-PACKAGES =+ "ldirectord ldirectord-doc"
+PACKAGES =+ "ldirectord ldirectord-doc ocft"
FILES_ldirectord = " \
${sbindir}/ldirectord \
@@ -64,14 +64,19 @@ RDEPENDS_ldirectord += " \
"
FILES_${PN} += " \
- /usr/lib/heartbeat/findif \
- /usr/lib/heartbeat/ocf-returncodes \
- /usr/lib/heartbeat/ocf-shellfuncs \
- /usr/lib/heartbeat/send_arp \
- /usr/lib/heartbeat/sfex_daemon \
- /usr/lib/heartbeat/tickle_tcp \
- /usr/lib/ocf/resource.d/heartbeat/ \
- /usr/share/resource-agents/ra-api-1.dtd \
+ ${libdir}/heartbeat/findif \
+ ${libdir}/heartbeat/ocf-returncodes \
+ ${libdir}/heartbeat/ocf-shellfuncs \
+ ${libdir}/heartbeat/send_arp \
+ ${libdir}/heartbeat/sfex_daemon \
+ ${libdir}/heartbeat/tickle_tcp \
+ ${libdir}/ocf/resource.d/heartbeat/ \
+ ${datadir}/resource-agents/ra-api-1.dtd \
+ "
+
+FILES_ocft += " \
+ ${datadir}/resource-agents/ocft \
+ ${sbindir}/ocft \
"
FILES_${PN}-dbg += "/usr/lib/heartbeat/.debug/"