Skip to content
Snippets Groups Projects
Commit c6a89dd7 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

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.
parent abde19d1
No related branches found
No related tags found
No related merge requests found
......@@ -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 () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment