aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Sorokin <sorokin@altell.ru>2010-09-29 15:23:54 +0400
committerRoman I Khimov <khimov@altell.ru>2010-09-30 23:51:40 +0400
commit68481f1a670f2badbf8af07b8528511bcdd1feca (patch)
tree8f8d0ad19fbd1ca519dd079802c9e5a666f7f1ba
parent77de34d15bc0d069cab2695b107e36f892401c1e (diff)
downloadopenembedded-68481f1a670f2badbf8af07b8528511bcdd1feca.tar.gz
cluster-glue: packaging fixes, move some files between packages
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
-rw-r--r--recipes/linux-ha/cluster-glue_1.0.5.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/linux-ha/cluster-glue_1.0.5.bb b/recipes/linux-ha/cluster-glue_1.0.5.bb
index d4b062d776..66f0b0b91f 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 = "r0"
+PR = "r1"
SRC_URI = " \
http://hg.linux-ha.org/glue/archive/glue-${PV}.tar.bz2;name=tar \
@@ -53,7 +53,7 @@ PACKAGES += "\
${PN}-lrmtest \
"
-FILES_${PN} += " \
+FILES_${PN} = "/etc/ /usr/lib/lib*.so.* /usr/sbin /usr/share/cluster-glue/*sh /usr/share/cluster-glue/*pl\
/usr/lib/heartbeat/transient-test.sh \
/usr/lib/heartbeat/logtest \
/usr/lib/heartbeat/ipctransientserver \
@@ -88,4 +88,4 @@ FILES_${PN}-plugin-interfacemgr = "/usr/lib/heartbeat/plugins/InterfaceMgr/gener
FILES_${PN}-plugin-interfacemgr-dev = "/usr/lib/heartbeat/plugins/InterfaceMgr/generic.*a"
FILES_${PN}-plugin-interfacemgr-dbg = "/usr/lib/heartbeat/plugins/InterfaceMgr/.debug/"
-FILES_${PN}-lrmtest = "/usr/share/glue/lrmtest/"
+FILES_${PN}-lrmtest = "/usr/share/cluster-glue/lrmtest/"