cluster-glue: packaging fixes, move some files between packages
authorVladimir Sorokin <sorokin@altell.ru>
Wed, 29 Sep 2010 11:23:54 +0000 (15:23 +0400)
committerRoman I Khimov <khimov@altell.ru>
Thu, 30 Sep 2010 19:51:40 +0000 (23:51 +0400)
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/linux-ha/cluster-glue_1.0.5.bb

index d4b062d..66f0b0b 100644 (file)
@@ -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/"