[oe-commits] Roman I Khimov : cluster-resource-agents: fix packaging of .debug dirs

git version control git at git.openembedded.org
Sun Aug 22 16:10:43 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 351e6c061c3c13480fdb93a8773211644cccc2c9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=351e6c061c3c13480fdb93a8773211644cccc2c9

Author: Roman I Khimov <khimov at altell.ru>
Date:   Sun Aug 22 10:49:35 2010 +0400

cluster-resource-agents: fix packaging of .debug dirs

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/linux-ha/cluster-resource-agents_1.0.3.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/linux-ha/cluster-resource-agents_1.0.3.bb b/recipes/linux-ha/cluster-resource-agents_1.0.3.bb
index d0660d3..58abb8f 100644
--- a/recipes/linux-ha/cluster-resource-agents_1.0.3.bb
+++ b/recipes/linux-ha/cluster-resource-agents_1.0.3.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "OCF resource agents for use by compatible cluster managers"
 LICENSE = "GPL"
 DEPENDS = "cluster-glue"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = " \
 	http://hg.linux-ha.org/agents/archive/agents-${PV}.tar.bz2;name=tar \
@@ -79,4 +79,4 @@ FILES_ocft += " \
 	${sbindir}/ocft \
 	"
 
-FILES_${PN}-dbg += "/usr/lib/heartbeat/.debug/"
+FILES_${PN}-dbg += "${libdir}/heartbeat/.debug/ ${libdir}/ocf/resource.d/heartbeat/.debug/"





More information about the Openembedded-commits mailing list