aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-ha/cluster-glue_1.0.5.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-26 14:02:03 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-26 16:43:07 -0700
commitb3125ddae3c5466f0f73ad1a68ec00825204b2ee (patch)
treeca08d512e8f4614f7948ddc796c1594ccc4174fe /recipes/linux-ha/cluster-glue_1.0.5.bb
parent0e49c494286d5dff3965f45593104c9544edbff0 (diff)
downloadopenembedded-b3125ddae3c5466f0f73ad1a68ec00825204b2ee.tar.gz
cluster-glue_1.0.5.bb: Fix compilation w.r.t. using constant cast using gcc 4.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/linux-ha/cluster-glue_1.0.5.bb')
-rw-r--r--recipes/linux-ha/cluster-glue_1.0.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux-ha/cluster-glue_1.0.5.bb b/recipes/linux-ha/cluster-glue_1.0.5.bb
index 7207a6398e..b4d5c59065 100644
--- a/recipes/linux-ha/cluster-glue_1.0.5.bb
+++ b/recipes/linux-ha/cluster-glue_1.0.5.bb
@@ -6,7 +6,7 @@ is not the cluster messaging layer (Heartbeat), nor the cluster resource manager
LICENSE = "GPL"
DEPENDS = "libxml2 libtool glib-2.0 bzip2 util-linux-ng"
-PR = "r2"
+PR = "r3"
SRC_URI = " \
http://hg.linux-ha.org/glue/archive/glue-${PV}.tar.bz2;name=tar \