From 68481f1a670f2badbf8af07b8528511bcdd1feca Mon Sep 17 00:00:00 2001 From: Vladimir Sorokin Date: Wed, 29 Sep 2010 15:23:54 +0400 Subject: cluster-glue: packaging fixes, move some files between packages Signed-off-by: Vladimir Sorokin Signed-off-by: Roman I Khimov --- recipes/linux-ha/cluster-glue_1.0.5.bb | 6 +++--- 1 file 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/" -- cgit 1.2.3-korg