From c6a89dd7af8c21ca764c5428f4acd4f066130f2b Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de>
Date: Tue, 2 Apr 2013 14:56:29 +0200
Subject: [PATCH] catkin.bbclass: adding .debug files to the dbg package

In the topic-tools recipe, a QA error was raised as the .debug files were put
into the main package. By adding this line in the catkin class, the files are
now placed in the dbg package.
---
 classes/catkin.bbclass | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/classes/catkin.bbclass b/classes/catkin.bbclass
index 8d487e3..6ab1e99 100644
--- a/classes/catkin.bbclass
+++ b/classes/catkin.bbclass
@@ -45,6 +45,10 @@ FILES_${PN}-dev += "\
     ${datadir}/${ROS_BPN}/*.template \
     "
 
+FILES_${PN}-dbg += "\
+    ${libdir}/${ROS_BPN}/.debug/* \
+    "
+
 SYSROOT_PREPROCESS_FUNCS += "catkin_sysroot_preprocess"
 
 catkin_sysroot_preprocess () {
-- 
GitLab