Skip to content
Snippets Groups Projects
Commit eee9c657 authored by Stefan Herbrechtsmeier's avatar Stefan Herbrechtsmeier
Browse files

catkin.bbclass: Add additonal file entries


Add additonal file entries with standard ros paths to fix the following warnings:
WARNING: QA Issue: std-msgs: Files/directories were installed but not shipped
  /usr/share/std_msgs/msg
WARNING: QA Issue: rosconsole: Files/directories were installed but not shipped
  /usr/share/ros/config/rosconsole.config

Signed-off-by: default avatarStefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
parent 5b4a5d25
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,10 @@ ROS_BP = "${BPN}-${PV}"
FILES_${PN} += "\
${prefix}/etc \
${datadir}/ros/config/${ROS_BPN}.config \
${datadir}/${ROS_BPN}/conf \
${datadir}/${ROS_BPN}/scripts \
${datadir}/${ROS_BPN}/msg \
"
FILES_${PN}-dev += "\
......
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