summaryrefslogtreecommitdiffstats
path: root/recipes/linux-ha
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-04-23 13:18:55 +0400
committerRoman I Khimov <khimov@altell.ru>2010-04-23 22:49:05 +0400
commit76e6c7c4aef5ffb02bc1a75e0930a5b93ca05491 (patch)
tree730219b2c1652221c300d221dd84c0682fa0f151 /recipes/linux-ha
parent6246a13e68dd67d7b2317c26ed0cedbc3e595372 (diff)
downloadopenembedded-76e6c7c4aef5ffb02bc1a75e0930a5b93ca05491.tar.gz
cluster-resource-agents: disable doc build
Unreliable (breaks from time to time) and VERY time consuming. Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/linux-ha')
-rw-r--r--recipes/linux-ha/cluster-resource-agents/disable-doc-build.patch13
-rw-r--r--recipes/linux-ha/cluster-resource-agents_1.0.2.bb3
2 files changed, 15 insertions, 1 deletions
diff --git a/recipes/linux-ha/cluster-resource-agents/disable-doc-build.patch b/recipes/linux-ha/cluster-resource-agents/disable-doc-build.patch
new file mode 100644
index 0000000000..bf02d975f6
--- /dev/null
+++ b/recipes/linux-ha/cluster-resource-agents/disable-doc-build.patch
@@ -0,0 +1,13 @@
+Index: Cluster-Resource-Agents-agents-1.0.2/Makefile.am
+===================================================================
+--- Cluster-Resource-Agents-agents-1.0.2.orig/Makefile.am 2010-04-23 13:10:00.000000000 +0400
++++ Cluster-Resource-Agents-agents-1.0.2/Makefile.am 2010-04-23 13:10:05.000000000 +0400
+@@ -19,7 +19,7 @@
+ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure DRF/config-h.in \
+ DRF/stamp-h.in libtool.m4 ltdl.m4 libltdl.tar
+
+-SUBDIRS = heartbeat tools ldirectord doc
++SUBDIRS = heartbeat tools ldirectord
+
+ dist-clean-local:
+ rm -f autoconf automake autoheader $(TARFILE)
diff --git a/recipes/linux-ha/cluster-resource-agents_1.0.2.bb b/recipes/linux-ha/cluster-resource-agents_1.0.2.bb
index 326f39c5d1..d90ae0fabf 100644
--- a/recipes/linux-ha/cluster-resource-agents_1.0.2.bb
+++ b/recipes/linux-ha/cluster-resource-agents_1.0.2.bb
@@ -2,11 +2,12 @@ DESCRIPTION = "OCF resource agents for use by compatible cluster managers"
LICENSE = "GPL"
DEPENDS = "cluster-glue"
-PR = "r1"
+PR = "r2"
SRC_URI = " \
http://hg.linux-ha.org/agents/archive/agents-${PV}.tar.bz2;name=tar \
file://fix-header-defs-lookup.patch;patch=1 \
+ file://disable-doc-build.patch;patch=1 \
"
SRC_URI[tar.md5sum] = "b536dea1b1f642bdc3607cb85ea0b89d"
SRC_URI[tar.sha256sum] = "c5a1ea9a83c578672cd475ab4af5c2e40736669bae0eb70bb9bb6124074e5e5e"